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

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

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

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type OrmAttributeOverrideContainer
 OrmAttributeOverride OrmXmlContextNodeFactory.buildOrmAttributeOverride(OrmAttributeOverrideContainer parent, AttributeOverride.Owner owner, XmlAttributeOverride xmlAttributeOverride)
           
 void OrmAttributeOverrideContainer.initializeFromAttributeOverrideContainer(OrmAttributeOverrideContainer oldContainer)
           
 

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

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