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

Packages that use AbstractXmlAttributeMapping
org.eclipse.jpt.core.resource.orm   
 

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'.