JPA Annotation Attribute
in javax.persistence.AttributeOverride

Column column default null


(Required) The column that is being mapped to the persistent attribute. The mapping type will remain the same as is defined in the embeddable class or mapped superclass.
Since:
JPA 1.0