Uses of Class
org.apache.openjpa.persistence.util.SourceCode.ACCESS
-
Packages that use SourceCode.ACCESS Package Description org.apache.openjpa.persistence.util OpenJPA JPA Utilities -
-
Uses of SourceCode.ACCESS in org.apache.openjpa.persistence.util
Fields in org.apache.openjpa.persistence.util declared as SourceCode.ACCESS Modifier and Type Field Description protected SourceCode.ACCESS
SourceCode.Element. access
Methods in org.apache.openjpa.persistence.util that return SourceCode.ACCESS Modifier and Type Method Description static SourceCode.ACCESS
SourceCode.ACCESS. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SourceCode.ACCESS[]
SourceCode.ACCESS. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-