@Target(value={TYPE,METHOD,FIELD}) @Retention(value=RUNTIME) public @interface AssociationOverride
Modifier and Type | Required Element and Description |
---|---|
JoinColumn[] |
joinColumns
The join column that is being mapped to the persistent attribute.
|
String |
name
The name of the relationship property whose mapping is being overridden if property-based
access is being used, or the name of the relationship field if field-based access is used.
|
public abstract String name
public abstract JoinColumn[] joinColumns