Object
DB
Object
DB
ObjectDB
About ObjectDB
Get ObjectDB
Support
Manual
Quick Tour
Entity Classes
Using JPA
JPA Queries
Tools
and Utilities
Configuration
API
JPA
Reference
JDO
Reference
Tutorials
General JPA Tutorials
Web App JPA Tutorials
Admin
Home
»
JPA Reference
»
Annotations
»
Access Modes
»
Access
JPA Reference
Persistence
EntityManagerFactory
EntityManager
EntityTransaction
Annotations
Class Modifiers
Field Modifiers
Relationships
Access Modes
Access
AccessType
Value Generation
Callback Methods
JPQL Queries
Java EE
Mapping (ORM)
SQL Queries
Queries
Metamodel
Miscellaneous
Exceptions
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
AccessType
value
(Required) Specification of field- or property-based access.
(Required) Specification of field- or property-based access.
Since:
JPA 2.0
< Access Modes
^ Access Modes
AccessType >