Uses of Class
javax.persistence.AccessType
-
Packages that use AccessType Package Description javax.persistence -
-
Uses of AccessType in javax.persistence
Methods in javax.persistence that return AccessType Modifier and Type Method Description AccessType
value()
static AccessType
AccessType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AccessType[]
AccessType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-