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

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

Methods in org.eclipse.jpt.core.context.orm that return XmlAttributeMapping
 XmlAttributeMapping NullOrmAttributeMappingDefinition.buildResourceMapping(org.eclipse.emf.ecore.EFactory factory)
           
 XmlAttributeMapping OrmAttributeMappingDefinition.buildResourceMapping(org.eclipse.emf.ecore.EFactory factory)
          Build a resource mapping
 XmlAttributeMapping UnsupportedOrmAttributeMappingDefinition.buildResourceMapping(org.eclipse.emf.ecore.EFactory factory)
           
 XmlAttributeMapping NullOrmAttributeMappingDefinition.buildVirtualResourceMapping(OrmTypeMapping ormTypeMapping, JavaAttributeMapping javaAttributeMapping, OrmXmlContextNodeFactory factory)
           
 XmlAttributeMapping OrmAttributeMappingDefinition.buildVirtualResourceMapping(OrmTypeMapping ormTypeMapping, JavaAttributeMapping javaAttributeMapping, OrmXmlContextNodeFactory factory)
          Build a virtual resource mapping
 XmlAttributeMapping UnsupportedOrmAttributeMappingDefinition.buildVirtualResourceMapping(OrmTypeMapping ormTypeMapping, JavaAttributeMapping javaAttributeMapping, OrmXmlContextNodeFactory factory)
           
 XmlAttributeMapping OrmAttributeMapping.getResourceAttributeMapping()
           
 

Methods in org.eclipse.jpt.core.context.orm with parameters of type XmlAttributeMapping
 OrmAttributeMapping NullOrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent, XmlAttributeMapping resourceMapping, OrmXmlContextNodeFactory factory)
           
 OrmAttributeMapping OrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent, XmlAttributeMapping resourceMapping, OrmXmlContextNodeFactory factory)
          Build a context mapping
 OrmAttributeMapping UnsupportedOrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent, XmlAttributeMapping resourceMapping, OrmXmlContextNodeFactory factory)
           
 OrmPersistentAttribute OrmXmlContextNodeFactory.buildOrmPersistentAttribute(OrmPersistentType parent, OrmPersistentAttribute.Owner owner, XmlAttributeMapping resourceMapping)
           
 

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

Classes in org.eclipse.jpt.core.resource.orm that implement XmlAttributeMapping
 class AbstractXmlAttributeMapping
          A representation of the model object 'Abstract Xml Attribute Mapping'.
 class AbstractXmlEmbedded
          A representation of the model object 'Base Xml Embedded'.
 class AbstractXmlMultiRelationshipMapping
          A representation of the model object 'Multi Relationship Mapping'.
 class AbstractXmlRelationshipMapping
          A representation of the model object 'Relationship Mapping'.
 class AbstractXmlSingleRelationshipMapping
          A representation of the model object 'Single Relationship Mapping'.
 class XmlBasic
          A representation of the model object 'Basic Impl'.
 class XmlElementCollection
          A representation of the model object 'Xml Element Collection'.
 class XmlEmbedded
          A representation of the model object 'Embedded'.
 class XmlEmbeddedId
          A representation of the model object 'Embedded Id'.
 class XmlId
          A representation of the model object 'Id'.
 class XmlManyToMany
          A representation of the model object 'Many To Many'.
 class XmlManyToOne
          A representation of the model object 'Many To One'.
 class XmlNullAttributeMapping
          A representation of the model object 'Xml Null Attribute Mapping'.
 class XmlOneToMany
          A representation of the model object 'One To Many'.
 class XmlOneToOne
          A representation of the model object 'One To One'.
 class XmlTransient
          A representation of the model object 'Transient'.
 class XmlVersion
          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 XmlAttributeMapping
          A representation of the model object 'Xml Attribute Mapping'.
 

Classes in org.eclipse.jpt.eclipselink.core.resource.orm that implement XmlAttributeMapping
 class XmlBasicCollection
          A representation of the model object 'Xml Basic Collection Impl'.
 class XmlBasicMap
          A representation of the model object 'Xml Basic Map Impl'.
 class XmlTransformation
          A representation of the model object 'Xml Transformation Impl'.
 class XmlVariableOneToOne
          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.eclipselink.core.resource.orm.v2_0
 

Subinterfaces of XmlAttributeMapping in org.eclipse.jpt.eclipselink.core.resource.orm.v2_0
 interface XmlElementCollection_2_0
          A representation of the model object 'Xml Element Collection 20'.