Enum Class AccessType

java.lang.Object
java.lang.Enum<AccessType>
jakarta.persistence.AccessType
All Implemented Interfaces:
Serializable, Comparable<AccessType>, Constable

public enum AccessType extends Enum<AccessType>
Used with the Access annotation 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.
Since:
2.0
See Also: