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

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

Uses of XmlAttributeMapping in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return XmlAttributeMapping
 XmlAttributeMapping JpaPlatform.buildOrmResourceAttributeMapping(java.lang.String key, org.eclipse.core.runtime.content.IContentType contentType)
           
 XmlAttributeMapping JpaPlatform.buildVirtualOrmResourceMappingFromMappingKey(java.lang.String key, OrmTypeMapping ormTypeMapping, JavaAttributeMapping javaAttributeMapping)
          Build a virtual resource attribute mapping to be used when the mapping is not specified in the orm.xml file.
 

Methods in org.eclipse.jpt.core with parameters of type XmlAttributeMapping
 OrmAttributeMapping JpaPlatform.buildOrmAttributeMappingFromMappingKey(OrmPersistentAttribute parent, XmlAttributeMapping resourceMapping)
          Build an ORM attribute mapping for the specified key and persistent attribute.
 OrmPersistentAttribute JpaFactory.buildOrmPersistentAttribute(OrmPersistentType parent, OrmPersistentAttribute.Owner owner, XmlAttributeMapping resourceMapping)
           
 

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

Methods in org.eclipse.jpt.core.context.orm that return XmlAttributeMapping
 XmlAttributeMapping OrmAttributeMappingProvider.buildResourceMapping()
           
 XmlAttributeMapping OrmAttributeMappingProvider.buildVirtualResourceMapping(OrmTypeMapping ormTypeMapping, JavaAttributeMapping javaAttributeMapping, JpaFactory factory)
           
 XmlAttributeMapping OrmAttributeMapping.getResourceAttributeMapping()
           
 

Methods in org.eclipse.jpt.core.context.orm with parameters of type XmlAttributeMapping
 OrmAttributeMapping OrmAttributeMappingProvider.buildMapping(OrmPersistentAttribute parent, XmlAttributeMapping resourceMapping, JpaFactory factory)
           
 

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 XmlJoinColumnsMapping
          A representation of the model object 'Xml Join Columns Mapping'.
 interface XmlJoinTableMapping
          A representation of the model object 'Xml Join Table Mapping'.
 interface XmlMappedByMapping
          A representation of the model object 'Xml Ownable Relationship Mapping'.
 interface XmlMultiRelationshipMapping
          A representation of the model object 'Multi Relationship Mapping'.
 interface XmlNullAttributeMapping
          A representation of the model object 'Xml Null Attribute Mapping'.
 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'.
 

Methods in org.eclipse.jpt.core.resource.orm that return types with arguments of type XmlAttributeMapping
 java.util.List<XmlAttributeMapping> Attributes.getAttributeMappings()
           
 

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

Subinterfaces of XmlAttributeMapping in org.eclipse.jpt.eclipselink.core.resource.orm
 interface XmlBasicCollection
          A representation of the model object 'Xml Basic Collection'.
 interface XmlBasicMap
          A representation of the model object 'Xml Basic Map'.
 interface XmlTransformation
          A representation of the model object 'Xml Transformation'.
 interface XmlVariableOneToOne
          A representation of the model object 'Xml Variable One To One'.
 

Classes in org.eclipse.jpt.eclipselink.core.resource.orm that implement XmlAttributeMapping
 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'.
 

Methods in org.eclipse.jpt.eclipselink.core.resource.orm that return types with arguments of type XmlAttributeMapping
 java.util.List<XmlAttributeMapping> Attributes.getAttributeMappings()
           
 

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

Subinterfaces of XmlAttributeMapping in org.eclipse.jpt.eclipselink1_1.core.resource.orm
 interface XmlAttributeMapping
          A representation of the model object 'Xml Attribute Mapping'.
 interface XmlManyToMany
          A representation of the model object 'Xml Many To Many'.
 interface XmlManyToOne
          A representation of the model object 'Xml Many To One'.
 interface XmlOneToMany
          A representation of the model object 'Xml One To Many'.
 interface XmlOneToOne
          A representation of the model object 'Xml One To One'.
 

Uses of XmlAttributeMapping 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 XmlAttributeMapping
 T EclipseLink1_1OrmSwitch.caseOrm_XmlAttributeMapping(XmlAttributeMapping object)
          Returns the result of interpreting the object as an instance of 'Xml Attribute Mapping'.