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

Packages that use AssociationOverride.Owner
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
 

Uses of AssociationOverride.Owner in org.eclipse.jpt.core.context
 

Methods in org.eclipse.jpt.core.context that return AssociationOverride.Owner
 AssociationOverride.Owner AssociationOverride.getOwner()
           
 

Uses of AssociationOverride.Owner in org.eclipse.jpt.core.context.java
 

Subinterfaces of AssociationOverride.Owner in org.eclipse.jpt.core.context.java
static interface JavaAssociationOverride.Owner
           
 

Uses of AssociationOverride.Owner in org.eclipse.jpt.core.context.orm
 

Methods in org.eclipse.jpt.core.context.orm with parameters of type AssociationOverride.Owner
 OrmAssociationOverride OrmXmlContextNodeFactory.buildOrmAssociationOverride(OrmAssociationOverrideContainer parent, AssociationOverride.Owner owner, XmlAssociationOverride associationOverride)