Dali Provisional API
Release 3.2

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 OrmXmlContextModelFactory.buildOrmAttributeOverrideContainer(OrmAttributeOverrideContainer.ParentAdapter parentAdapter)
           
 OrmAttributeOverrideContainer OrmBaseEmbeddedMapping.getAttributeOverrideContainer()
           
 OrmAttributeOverrideContainer OrmEntity.getAttributeOverrideContainer()
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type OrmAttributeOverrideContainer
 OrmSpecifiedAttributeOverride OrmXmlContextModelFactory.buildOrmAttributeOverride(OrmAttributeOverrideContainer parent, org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeOverride xmlOverride)
           
 OrmVirtualAttributeOverride OrmXmlContextModelFactory.buildOrmVirtualAttributeOverride(OrmAttributeOverrideContainer parent, 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()
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.