Uses of Interface
org.eclipse.jpt.jpa.core.context.orm.OrmAttributeOverrideContainer

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

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmAttributeOverrideContainer
 OrmAttributeOverrideContainer OrmXmlContextNodeFactory.buildOrmAttributeOverrideContainer(XmlContextNode parent, OrmAttributeOverrideContainer.Owner owner)
           
 OrmAttributeOverrideContainer OrmEntity.getAttributeOverrideContainer()
           
 OrmAttributeOverrideContainer OrmBaseEmbeddedMapping.getAttributeOverrideContainer()
           
 OrmAttributeOverrideContainer OrmReadOnlyAttributeOverride.getContainer()
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type OrmAttributeOverrideContainer
 OrmAttributeOverride OrmXmlContextNodeFactory.buildOrmAttributeOverride(OrmAttributeOverrideContainer parent, XmlAttributeOverride xmlOverride)
           
 OrmVirtualAttributeOverride OrmXmlContextNodeFactory.buildOrmVirtualAttributeOverride(OrmAttributeOverrideContainer parent, java.lang.String name)
           
 void OrmAttributeOverrideContainer.initializeFrom(OrmAttributeOverrideContainer oldContainer)
           
 

Uses of OrmAttributeOverrideContainer in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

Methods in org.eclipse.jpt.jpa.core.jpa2.context.orm that return OrmAttributeOverrideContainer
 OrmAttributeOverrideContainer OrmCollectionMapping2_0.getMapKeyAttributeOverrideContainer()
           
 OrmAttributeOverrideContainer OrmElementCollectionMapping2_0.getValueAttributeOverrideContainer()