Uses of Interface
org.eclipse.jpt.core.resource.orm.XmlAttributeMapping

Packages that use XmlAttributeMapping
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.resource.orm   
 

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

Methods in org.eclipse.jpt.core.context.orm that return XmlAttributeMapping
 XmlAttributeMapping OrmAttributeMapping.addToResourceModel(AbstractXmlTypeMapping typeMapping)
           
 

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

Subinterfaces of XmlAttributeMapping in org.eclipse.jpt.core.resource.orm
 interface BaseXmlEmbedded
          A representation of the model object 'Base Xml Embedded'.
 interface XmlBasic
          A representation of the model object 'Basic'.
 interface XmlEmbedded
          A representation of the model object 'Embedded'.
 interface XmlEmbeddedId
          A representation of the model object 'Embedded Id'.
 interface XmlId
          A representation of the model object 'Id'.
 interface XmlManyToMany
          A representation of the model object 'Many To Many'.
 interface XmlManyToOne
          A representation of the model object 'Many To One'.
 interface XmlMultiRelationshipMapping
          A representation of the model object 'Multi Relationship Mapping'.
 interface XmlNullAttributeMapping
          A representation of the model object 'Xml Null Attribute Mapping'.
 interface XmlOneToMany
          A representation of the model object 'One To Many'.
 interface XmlOneToOne
          A representation of the model object 'One To One'.
 interface XmlRelationshipMapping
          A representation of the model object 'Relationship Mapping'.
 interface XmlSingleRelationshipMapping
          A representation of the model object 'Single Relationship Mapping'.
 interface XmlTransient
          A representation of the model object 'Transient'.
 interface XmlVersion
          A representation of the model object 'Version'.
 

Classes in org.eclipse.jpt.core.resource.orm that implement XmlAttributeMapping
 class AbstractXmlAttributeMapping
          A representation of the model object 'Abstract Xml Attribute Mapping'.
 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'.