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

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

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

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type XmlAttributeOverride
 OrmAttributeOverride OrmXmlContextNodeFactory.buildOrmAttributeOverride(OrmAttributeOverrideContainer parent, AttributeOverride.Owner owner, XmlAttributeOverride xmlAttributeOverride)
           
 void OrmAttributeOverride.update(XmlAttributeOverride attributeOverride)
          Update the OrmAttributeOverride context model object to match the XmlAttributeOverride resource model object.
 

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

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

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

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

Methods in org.eclipse.jpt.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.eclipselink.core.resource.orm
 

Methods in org.eclipse.jpt.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.