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

Packages that use AbstractXmlAttributeMapping
org.eclipse.jpt.core.resource.orm   
org.eclipse.jpt.eclipselink.core.resource.orm   
org.eclipse.jpt.eclipselink1_1.core.resource.orm.util   
 

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

Subclasses of AbstractXmlAttributeMapping in org.eclipse.jpt.core.resource.orm
 class XmlBasicImpl
          A representation of the model object 'Basic Impl'.
 class XmlEmbeddedIdImpl
          A representation of the model object 'Embedded Id'.
 class XmlEmbeddedImpl
          A representation of the model object 'Embedded'.
 class XmlIdImpl
          A representation of the model object 'Id'.
 class XmlManyToManyImpl
          A representation of the model object 'Many To Many'.
 class XmlManyToOneImpl
          A representation of the model object 'Many To One'.
 class XmlOneToManyImpl
          A representation of the model object 'One To Many'.
 class XmlOneToOneImpl
          A representation of the model object 'One To One'.
 class XmlTransientImpl
          A representation of the model object 'Transient'.
 class XmlVersionImpl
          A representation of the model object 'Version'.
 

Uses of AbstractXmlAttributeMapping in org.eclipse.jpt.eclipselink.core.resource.orm
 

Subclasses of AbstractXmlAttributeMapping in org.eclipse.jpt.eclipselink.core.resource.orm
 class XmlBasicCollectionImpl
          A representation of the model object 'Xml Basic Collection Impl'.
 class XmlBasicMapImpl
          A representation of the model object 'Xml Basic Map Impl'.
 class XmlTransformationImpl
          A representation of the model object 'Xml Transformation Impl'.
 class XmlVariableOneToOneImpl
          A representation of the model object 'Xml Variable One To One Impl'.
 

Uses of AbstractXmlAttributeMapping in org.eclipse.jpt.eclipselink1_1.core.resource.orm.util
 

Methods in org.eclipse.jpt.eclipselink1_1.core.resource.orm.util with parameters of type AbstractXmlAttributeMapping
 T EclipseLink1_1OrmSwitch.caseAbstractXmlAttributeMapping(AbstractXmlAttributeMapping object)
          Returns the result of interpreting the object as an instance of 'Abstract Xml Attribute Mapping'.