Uses of Enum
javax.persistence.AccessType
Packages that use AccessType
-
Uses of AccessType in javax.persistence
Subclasses with type arguments of type AccessType in javax.persistenceModifier and TypeClassDescriptionenumIs used with theAccessannotation to specify an access type to be applied to an entity class, mapped superclass, or embeddable class, or to a specific attribute of such a class.Methods in javax.persistence that return AccessTypeModifier and TypeMethodDescriptionstatic AccessTypeReturns 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.