Jakarta Persistence (JPA) Annotation Type
jakarta.persistence.Access
- Implemented Interfaces:
Annotation
- Target:
- Type, Method, Field
Used 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:
- Jakarta Persistence (JPA) 2.0
Annotation Elements
- Since:
- Jakarta Persistence (JPA) 1.0
Additional JDK methods inherited from java.lang.annotation.Annotation
java.lang.annotation.Annotation/annotationType(), java.lang.annotation.Annotation/equals(Object), java.lang.annotation.Annotation/hashCode(), java.lang.annotation.Annotation/toString()