Google News
logo
JPA - Interview Questions
What is the Access annotation for?
It defines the access type for an entity class, superclass, embeddable, or individual attributes, that is, how JPA will refer to entity attributes, like class fields (FIELD) or class properties (PROPERTY) that have getters (getter) and setters.
Advertisement