Uses of Class
javax.persistence.AccessType
-
Packages that use AccessType Package Description javax.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping. -
-
Uses of AccessType in javax.persistence
Methods in javax.persistence that return AccessType Modifier and Type Method Description AccessTypevalue()(Required) Specification of field- or property-based access.static AccessTypeAccessType. 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.
-