Uses of Interface
org.eclipse.jpt.jpa.core.context.AssociationOverrideContainer

Packages that use AssociationOverrideContainer
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.jpa2.context   
 

Uses of AssociationOverrideContainer in org.eclipse.jpt.jpa.core.context
 

Methods in org.eclipse.jpt.jpa.core.context that return AssociationOverrideContainer
 AssociationOverrideContainer Entity.getAssociationOverrideContainer()
           
 AssociationOverrideContainer ReadOnlyAssociationOverride.getContainer()
           
 

Uses of AssociationOverrideContainer in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of AssociationOverrideContainer in org.eclipse.jpt.jpa.core.context.java
 interface JavaAssociationOverrideContainer
          Java association override container
 

Uses of AssociationOverrideContainer in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of AssociationOverrideContainer in org.eclipse.jpt.jpa.core.context.orm
 interface OrmAssociationOverrideContainer
          orm.xml association override container
 

Uses of AssociationOverrideContainer in org.eclipse.jpt.jpa.core.jpa2.context
 

Methods in org.eclipse.jpt.jpa.core.jpa2.context that return AssociationOverrideContainer
 AssociationOverrideContainer EmbeddedMapping2_0.getAssociationOverrideContainer()
           
 AssociationOverrideContainer ElementCollectionMapping2_0.getValueAssociationOverrideContainer()