JPA Annotation

AssociationOverrides

Target: TYPE, METHOD, FIELD
Implemented Interfaces:
Annotation

Used to override mappings of multiple relationship properties or fields.

Example:

 {@snippet :
See Also:
AssociationOverride
Since:
JPA 1.0

Public Annotation Attributes

AssociationOverride[] value default null
(Required) The association override mappings that are to be applied to the relationship field or property.
Since:
JPA 1.0