Uses of Enum Class
jakarta.persistence.AccessType
Packages that use AccessType
Package
Description
Defines the core APIs for the management for persistence and
object/relational mapping.
-
Uses of AccessType in jakarta.persistence
Subclasses with type arguments of type AccessType in jakarta.persistenceModifier and TypeClassDescriptionenumUsed 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 jakarta.persistence that return AccessTypeModifier and TypeMethodDescriptionstatic AccessTypeReturns the enum constant of this class with the specified name.static AccessType[]AccessType.values()Returns an array containing the constants of this enum class, in the order they are declared.