org.eclipse.jpt.core.context
Interface AttributeOverride.Owner

All Superinterfaces:
BaseOverride.Owner
All Known Subinterfaces:
BaseEmbeddedMapping, EmbeddedIdMapping, EmbeddedMapping, JavaBaseEmbeddedMapping, JavaEmbeddedIdMapping, JavaEmbeddedMapping, OrmBaseEmbeddedMapping, OrmEmbeddedIdMapping, OrmEmbeddedMapping
Enclosing interface:
AttributeOverride

public static interface AttributeOverride.Owner
extends BaseOverride.Owner


Method Summary
 ColumnMapping getColumnMapping(java.lang.String attributeName)
          Return the column mapping with the given attribute name.
 
Methods inherited from interface org.eclipse.jpt.core.context.BaseOverride.Owner
getTypeMapping, isVirtual, setVirtual
 

Method Detail

getColumnMapping

ColumnMapping getColumnMapping(java.lang.String attributeName)
Return the column mapping with the given attribute name. Return null if it does not exist. This column mapping will be found in the mapped superclass (or embeddable), not in the owning entity