ObjectDB ObjectDB

javax.persistence.Access - JPA annotation

javax.persistence
Annotation Access

Target:
Classes and fields (including property get methods)
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:
JPA 2.0
(Required) Specification of field- or property-based access.
(Required) Specification of field- or property-based access.
Since:
JPA 2.0