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

Packages that use AttributeOverrideContainer
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 AttributeOverrideContainer in org.eclipse.jpt.jpa.core.context
 

Methods in org.eclipse.jpt.jpa.core.context that return AttributeOverrideContainer
 AttributeOverrideContainer Entity.getAttributeOverrideContainer()
           
 AttributeOverrideContainer BaseEmbeddedMapping.getAttributeOverrideContainer()
           
 AttributeOverrideContainer ReadOnlyAttributeOverride.getContainer()
           
 

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

Subinterfaces of AttributeOverrideContainer in org.eclipse.jpt.jpa.core.context.java
 interface JavaAttributeOverrideContainer
          Java attribute override container
 

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

Subinterfaces of AttributeOverrideContainer in org.eclipse.jpt.jpa.core.context.orm
 interface OrmAttributeOverrideContainer
          orm.xml attribute override container
 

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

Methods in org.eclipse.jpt.jpa.core.jpa2.context that return AttributeOverrideContainer
 AttributeOverrideContainer CollectionMapping2_0.getMapKeyAttributeOverrideContainer()
           
 AttributeOverrideContainer ElementCollectionMapping2_0.getValueAttributeOverrideContainer()