javax.persistence
@Target(value={TYPE,METHOD,FIELD}) @Retention(value=RUNTIME) public @interface AttributeOverride
Modifier and Type | Required Element and Description |
---|---|
Column |
column
The column that is being mapped to the persistent attribute
|
java.lang.String |
name
The name of the property whose mapping is being overridden if property-based access is being
used, or the name of the field if field-based access is used.
|
public abstract java.lang.String name
public abstract Column column