Uses of Class
org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeOverride

Packages that use XmlAttributeOverride
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.resource.orm   
org.eclipse.jpt.jpa.core.resource.orm.v2_0   
org.eclipse.jpt.jpa.eclipselink.core.resource.orm   
 

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return XmlAttributeOverride
 XmlAttributeOverride OrmAttributeOverride.getXmlOverride()
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return types with arguments of type XmlAttributeOverride
 org.eclipse.emf.common.util.EList<XmlAttributeOverride> OrmAttributeOverrideContainer.Owner.getXmlOverrides()
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type XmlAttributeOverride
 OrmAttributeOverride OrmXmlContextNodeFactory.buildOrmAttributeOverride(OrmAttributeOverrideContainer parent, XmlAttributeOverride xmlOverride)
           
 

Uses of XmlAttributeOverride in org.eclipse.jpt.jpa.core.resource.orm
 

Methods in org.eclipse.jpt.jpa.core.resource.orm that return XmlAttributeOverride
 XmlAttributeOverride OrmFactory.createXmlAttributeOverride()
           
 

Methods in org.eclipse.jpt.jpa.core.resource.orm that return types with arguments of type XmlAttributeOverride
 org.eclipse.emf.common.util.EList<XmlAttributeOverride> XmlEntity.getAttributeOverrides()
          Returns the value of the 'Attribute Overrides' containment reference list.
 org.eclipse.emf.common.util.EList<XmlAttributeOverride> XmlElementCollection.getAttributeOverrides()
          Returns the value of the 'Attribute Overrides' containment reference list.
 org.eclipse.emf.common.util.EList<XmlAttributeOverride> XmlAttributeOverrideContainer.getAttributeOverrides()
          Returns the value of the 'Attribute Overrides' containment reference list.
 org.eclipse.emf.common.util.EList<XmlAttributeOverride> AbstractXmlEmbedded.getAttributeOverrides()
          Returns the value of the 'Attribute Overrides' containment reference list.
 org.eclipse.emf.common.util.EList<XmlAttributeOverride> XmlElementCollection.getMapKeyAttributeOverrides()
          Returns the value of the 'Map Key Attribute Overrides' containment reference list.
 org.eclipse.emf.common.util.EList<XmlAttributeOverride> AbstractXmlMultiRelationshipMapping.getMapKeyAttributeOverrides()
          Returns the value of the 'Map Key Attribute Overrides' containment reference list.
 

Uses of XmlAttributeOverride in org.eclipse.jpt.jpa.core.resource.orm.v2_0
 

Methods in org.eclipse.jpt.jpa.core.resource.orm.v2_0 that return types with arguments of type XmlAttributeOverride
 org.eclipse.emf.common.util.EList<XmlAttributeOverride> XmlMapKeyAttributeOverrideContainer_2_0.getMapKeyAttributeOverrides()
          Returns the value of the 'Map Key Attribute Overrides' containment reference list.
 

Uses of XmlAttributeOverride in org.eclipse.jpt.jpa.eclipselink.core.resource.orm
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that return types with arguments of type XmlAttributeOverride
 org.eclipse.emf.common.util.EList<XmlAttributeOverride> XmlMappedSuperclass.getAttributeOverrides()
          Returns the value of the 'Attribute Overrides' containment reference list.
 org.eclipse.emf.common.util.EList<XmlAttributeOverride> XmlEmbeddable.getAttributeOverrides()
          Returns the value of the 'Attribute Overrides' containment reference list.