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

All Superinterfaces:
BaseOverride.Owner
Enclosing interface:
AssociationOverride

public static interface AssociationOverride.Owner
extends BaseOverride.Owner


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

Method Detail

getRelationshipMapping

RelationshipMapping getRelationshipMapping(java.lang.String attributeName)
Return the relationship mapping with the given attribute name. Return null if it does not exist. This relationship mapping will be found in the mapped superclass, not in the owning entity