Uses of Interface
org.eclipse.jpt.jpa.core.context.orm.OrmAttributeMapping

Packages that use OrmAttributeMapping
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.jpa2.context.orm   
 

Uses of OrmAttributeMapping in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of OrmAttributeMapping in org.eclipse.jpt.jpa.core.context.orm
 interface OrmBaseEmbeddedMapping
          Behavior common to orm.xml embedded and embedded ID mappings.
 interface OrmBasicMapping
          orm.xml basic mapping
 interface OrmCollectionMapping
          JPA orm.xml collection mapping (e.g.
 interface OrmColumnMapping
          orm.xml column mapping
 interface OrmConvertibleMapping
          orm.xml attribute mapping that has a converter (e.g.
 interface OrmEmbeddedIdMapping
          orm.xml embedded ID mapping
 interface OrmEmbeddedMapping
          orm.xml embedded mapping
 interface OrmIdMapping
          orm.xml ID mapping
 interface OrmManyToManyMapping
          orm.xml m:m mapping
 interface OrmManyToOneMapping
          orm.xml m:1 mapping.
 interface OrmMultiRelationshipMapping
          orm.xml multi-valued (1:m, m:m) relationship mapping.
 interface OrmOneToManyMapping
          orm.xml 1:m mapping
 interface OrmOneToOneMapping
          orm.xml 1:1 mapping.
 interface OrmRelationshipMapping
          orm.xml relationship (1:1, 1:m, m:1, m:m) mapping.
 interface OrmSingleRelationshipMapping
          orm.xml single (1:1, m:1) mapping.
 interface OrmTransientMapping
          orm.xml transient "mapping"
 interface OrmVersionMapping
          orm.xml version mapping
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmAttributeMapping
 OrmAttributeMapping UnsupportedOrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent, XmlAttributeMapping resourceMapping, OrmXmlContextNodeFactory factory)
           
 OrmAttributeMapping OrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent, XmlAttributeMapping resourceMapping, OrmXmlContextNodeFactory factory)
          Build a context mapping.
 OrmAttributeMapping NullOrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent, XmlAttributeMapping resourceMapping, OrmXmlContextNodeFactory factory)
           
 OrmAttributeMapping OrmXmlContextNodeFactory.buildOrmNullAttributeMapping(OrmPersistentAttribute parent, XmlNullAttributeMapping resourceMapping)
           
 OrmAttributeMapping OrmXmlContextNodeFactory.buildUnsupportedOrmAttributeMapping(OrmPersistentAttribute parent, XmlNullAttributeMapping resourceMapping)
           
 OrmAttributeMapping OrmPersistentAttribute.getMapping()
          Return an orm.xml mapping since the attribute is specified.
 OrmAttributeMapping OrmOrderable.getParent()
           
 OrmAttributeMapping OrmConverter.getParent()
           
 OrmAttributeMapping OrmPersistentAttribute.setMappingKey(java.lang.String key)
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type OrmAttributeMapping
 OrmConverter OrmTemporalConverter.Adapter.buildConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
           
 OrmConverter OrmLobConverter.Adapter.buildConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
           
 OrmConverter OrmEnumeratedConverter.Adapter.buildConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
           
 OrmConverter OrmConverter.Adapter.buildConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
          Build a converter for specified mapping if the mapping's XML has the adapter's value set.
 OrmConverter OrmTemporalConverter.Adapter.buildNewConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
           
 OrmConverter OrmLobConverter.Adapter.buildNewConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
           
 OrmConverter OrmEnumeratedConverter.Adapter.buildNewConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
           
 OrmConverter OrmConverter.Adapter.buildNewConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
          Build a converter for specified mapping.
 OrmConverter OrmXmlContextNodeFactory.buildOrmEnumeratedConverter(OrmAttributeMapping parent)
           
 OrmConverter OrmXmlContextNodeFactory.buildOrmLobConverter(OrmAttributeMapping parent)
           
 OrmOrderable OrmXmlContextNodeFactory.buildOrmOrderable(OrmAttributeMapping parent)
          JPA 1.0 only
 OrmConverter OrmXmlContextNodeFactory.buildOrmTemporalConverter(OrmAttributeMapping parent)
           
 void OrmPersistentType.changeMapping(OrmPersistentAttribute ormPersistentAttribute, OrmAttributeMapping oldMapping, OrmAttributeMapping newMapping)
          This is called whenever the specified persistent attribute's mapping is changed as specified.
 void OrmAttributeMapping.initializeFromOrmAttributeMapping(OrmAttributeMapping oldMapping)
           
 void OrmAttributeMapping.initializeOn(OrmAttributeMapping newMapping)
           
 

Uses of OrmAttributeMapping in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

Subinterfaces of OrmAttributeMapping in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmCollectionMapping2_0
          orm.xml collection mapping (e.g.
 interface OrmElementCollectionMapping2_0
          orm.xml element collection mapping
 interface OrmEmbeddedMapping2_0
          JPA 2.0 orm.xml embedded mapping
 interface OrmManyToManyMapping2_0
          JPA 2.0 orm.xml m:m mapping
 interface OrmManyToOneMapping2_0
          JPA 2.0 orm.xml m:1 mapping.
 interface OrmOneToManyMapping2_0
          JPA 2.0 orm.xml 1:m mapping
 interface OrmOneToOneMapping2_0
          JPA 2.0 orm.xml 1:1 mapping.
 interface OrmSingleRelationshipMapping2_0
          JPA 2.0 orm.xml single (1:1, m:1) mapping.
 

Methods in org.eclipse.jpt.jpa.core.jpa2.context.orm with parameters of type OrmAttributeMapping
 OrmOrderable2_0 OrmXml2_0ContextNodeFactory.buildOrmOrderable(OrmAttributeMapping parent, Orderable2_0.Owner owner)