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

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

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

Methods in org.eclipse.jpt.core with parameters of type AssociationOverride.Owner
 JavaAssociationOverride JpaFactory.buildJavaAssociationOverride(JavaJpaContextNode parent, AssociationOverride.Owner owner)
           
 OrmAssociationOverride JpaFactory.buildOrmAssociationOverride(OrmJpaContextNode parent, AssociationOverride.Owner owner, XmlAssociationOverride associationOverride)
           
 

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()