Dali Provisional API
Release 3.2

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 Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmColumnMapping
          orm.xml column mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmConvertibleMapping
          orm.xml attribute mapping that has a converter (e.g. basic, ID, version).
 interface OrmEmbeddedIdMapping
          orm.xml embedded ID mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmEmbeddedMapping
          orm.xml embedded mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmGeneratedValueMapping
          orm.xml ID mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmIdMapping
          orm.xml ID mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmManyToManyMapping
          orm.xml m:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmManyToOneMapping
          orm.xml m:1 mapping.
 interface OrmMultiRelationshipMapping
          orm.xml multi-valued relationship (1:m, m:m) mapping.
 interface OrmOneToManyMapping
          orm.xml 1:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 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" Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmVersionMapping
          orm.xml version mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmAttributeMapping
 OrmAttributeMapping UnsupportedOrmAttributeMappingDefinition.buildContextMapping(OrmSpecifiedPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeMapping resourceMapping, OrmXmlContextModelFactory factory)
           
 OrmAttributeMapping OrmAttributeMappingDefinition.buildContextMapping(OrmSpecifiedPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeMapping resourceMapping, OrmXmlContextModelFactory factory)
          Build a context mapping.
 OrmAttributeMapping NullOrmAttributeMappingDefinition.buildContextMapping(OrmSpecifiedPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeMapping resourceMapping, OrmXmlContextModelFactory factory)
           
 OrmAttributeMapping OrmXmlContextModelFactory.buildOrmNullAttributeMapping(OrmSpecifiedPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlNullAttributeMapping resourceMapping)
          NB: A factory for a version 1.0 orm.xml in a JPA 2.0 project must build objects that implement the appropriate behavior.
 OrmAttributeMapping OrmXmlContextModelFactory.buildUnsupportedOrmAttributeMapping(OrmSpecifiedPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlNullAttributeMapping resourceMapping)
          NB: A factory for a version 1.0 orm.xml in a JPA 2.0 project must build objects that implement the appropriate behavior.
 OrmAttributeMapping OrmBaseTemporalConverter.AbstractAdapter.ConverterParentAdapter.getConverterParent()
           
 OrmAttributeMapping OrmBaseTemporalConverter.MapKeyAdapter.ConverterParentAdapter.getConverterParent()
           
 OrmAttributeMapping OrmBaseEnumeratedConverter.BasicAdapter.ConverterParentAdapter.getConverterParent()
           
 OrmAttributeMapping OrmBaseEnumeratedConverter.MapKeyAdapter.ConverterParentAdapter.getConverterParent()
           
 OrmAttributeMapping OrmLobConverter.Adapter.ConverterParentAdapter.getConverterParent()
           
 OrmAttributeMapping OrmSpecifiedPersistentAttribute.getMapping()
          Return an orm.xml mapping since the attribute is specified.
 OrmAttributeMapping OrmConverter.getParent()
           
 OrmAttributeMapping OrmSpecifiedPersistentAttribute.setMappingKey(String key)
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type OrmAttributeMapping
 OrmConverter OrmBaseTemporalConverter.AbstractAdapter.buildConverter(OrmAttributeMapping parent, OrmXmlContextModelFactory factory)
           
 OrmConverter OrmBaseTemporalConverter.MapKeyAdapter.buildConverter(OrmAttributeMapping parent, OrmXmlContextModelFactory factory)
           
 OrmConverter OrmBaseEnumeratedConverter.BasicAdapter.buildConverter(OrmAttributeMapping parent, OrmXmlContextModelFactory factory)
           
 OrmConverter OrmBaseEnumeratedConverter.MapKeyAdapter.buildConverter(OrmAttributeMapping parent, OrmXmlContextModelFactory factory)
           
 OrmConverter OrmConverter.Adapter.buildConverter(OrmAttributeMapping parent, OrmXmlContextModelFactory factory)
          Build a converter for specified mapping if the mapping's XML has the adapter's value set.
 OrmConverter OrmLobConverter.Adapter.buildConverter(OrmAttributeMapping parent, OrmXmlContextModelFactory factory)
           
protected  OrmBaseEnumeratedConverter.ParentAdapter OrmBaseEnumeratedConverter.BasicAdapter.buildConverterParentAdapter(OrmAttributeMapping parent, org.eclipse.jpt.jpa.core.resource.orm.XmlConvertibleMapping mapping)
           
 OrmConverter OrmBaseTemporalConverter.AbstractAdapter.buildNewConverter(OrmAttributeMapping parent, OrmXmlContextModelFactory factory)
           
 OrmConverter OrmBaseTemporalConverter.MapKeyAdapter.buildNewConverter(OrmAttributeMapping parent, OrmXmlContextModelFactory factory)
           
 OrmConverter OrmBaseEnumeratedConverter.BasicAdapter.buildNewConverter(OrmAttributeMapping parent, OrmXmlContextModelFactory factory)
           
 OrmConverter OrmBaseEnumeratedConverter.MapKeyAdapter.buildNewConverter(OrmAttributeMapping parent, OrmXmlContextModelFactory factory)
           
 OrmConverter OrmConverter.Adapter.buildNewConverter(OrmAttributeMapping parent, OrmXmlContextModelFactory factory)
          Build a converter for specified mapping.
 OrmConverter OrmLobConverter.Adapter.buildNewConverter(OrmAttributeMapping parent, OrmXmlContextModelFactory factory)
           
 Orderable OrmXmlContextModelFactory.buildOrmOrderable(OrmAttributeMapping parent)
          JPA 1.0 only NB: A factory for a version 1.0 orm.xml in a JPA 2.0 project must build objects that implement the appropriate behavior.
protected abstract  OrmBaseTemporalConverter.ParentAdapter OrmBaseTemporalConverter.AbstractAdapter.buildParentAdapter(OrmAttributeMapping parent, org.eclipse.jpt.jpa.core.resource.orm.XmlConvertibleMapping mapping)
           
protected  OrmBaseTemporalConverter.ParentAdapter OrmBaseTemporalConverter.BasicAdapter.buildParentAdapter(OrmAttributeMapping parent, org.eclipse.jpt.jpa.core.resource.orm.XmlConvertibleMapping mapping)
           
protected  OrmBaseTemporalConverter.ParentAdapter OrmBaseTemporalConverter.ElementCollectionAdapter.buildParentAdapter(OrmAttributeMapping parent, org.eclipse.jpt.jpa.core.resource.orm.XmlConvertibleMapping mapping)
           
protected  OrmBaseTemporalConverter.ParentAdapter OrmBaseTemporalConverter.MapKeyAdapter.buildParentAdapter(OrmAttributeMapping parent, org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlMapKeyConvertibleMapping_2_0 mapping)
           
protected  OrmBaseEnumeratedConverter.ParentAdapter OrmBaseEnumeratedConverter.MapKeyAdapter.buildParentAdapter(OrmAttributeMapping parent, org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlMapKeyConvertibleMapping_2_0 mapping)
           
 void OrmPersistentType.changeMapping(OrmSpecifiedPersistentAttribute 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)
          Called (on the old mapping) when converting one orm.xml mapping to another; so we can use double-dispatching.
 

Constructors in org.eclipse.jpt.jpa.core.context.orm with parameters of type OrmAttributeMapping
OrmBaseEnumeratedConverter.BasicAdapter.ConverterParentAdapter(OrmAttributeMapping parent, org.eclipse.jpt.jpa.core.resource.orm.XmlConvertibleMapping mapping)
           
OrmBaseEnumeratedConverter.MapKeyAdapter.ConverterParentAdapter(OrmAttributeMapping parent, org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlMapKeyConvertibleMapping_2_0 mapping)
           
OrmBaseTemporalConverter.AbstractAdapter.ConverterParentAdapter(OrmAttributeMapping parent, org.eclipse.jpt.jpa.core.resource.orm.XmlConvertibleMapping mapping)
           
OrmBaseTemporalConverter.BasicAdapter.ConverterParentAdapter(OrmAttributeMapping parent, org.eclipse.jpt.jpa.core.resource.orm.XmlConvertibleMapping mapping)
           
OrmBaseTemporalConverter.ElementCollectionAdapter.ConverterParentAdapter(OrmAttributeMapping parent, org.eclipse.jpt.jpa.core.resource.orm.XmlConvertibleMapping mapping)
           
OrmBaseTemporalConverter.MapKeyAdapter.ConverterParentAdapter(OrmAttributeMapping parent, org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlMapKeyConvertibleMapping_2_0 mapping)
           
OrmLobConverter.Adapter.ConverterParentAdapter(OrmAttributeMapping parent)
           
 

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. 1:m, m:m, element collection) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmConvertibleKeyMapping2_0
          Java attribute mapping that has a key converter, collection mappings Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmElementCollectionMapping2_0
          orm.xml element collection mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmEmbeddedMapping2_0
          JPA 2.0 orm.xml embedded mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmSingleRelationshipMapping2_0
          JPA 2.0 orm.xml single (1:1, m:1) mapping.
 

Constructors in org.eclipse.jpt.jpa.core.jpa2.context.orm with parameters of type OrmAttributeMapping
OrmOrderable2_0.ParentAdapter.Null(OrmAttributeMapping parent)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.