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

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

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

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

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

Subinterfaces of AssociationOverrideContainer in org.eclipse.jpt.core.context.java
 interface JavaAssociationOverrideContainer
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

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

Subinterfaces of AssociationOverrideContainer in org.eclipse.jpt.core.context.orm
 interface OrmAssociationOverrideContainer
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

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

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