|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
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 |
OrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent,
org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeMapping resourceMapping,
OrmXmlContextNodeFactory factory)
Build a context mapping. |
OrmAttributeMapping |
NullOrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent,
org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeMapping resourceMapping,
OrmXmlContextNodeFactory factory)
|
OrmAttributeMapping |
UnsupportedOrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent,
org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeMapping resourceMapping,
OrmXmlContextNodeFactory factory)
|
OrmAttributeMapping |
OrmXmlContextNodeFactory.buildOrmNullAttributeMapping(OrmPersistentAttribute 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 |
OrmXmlContextNodeFactory.buildUnsupportedOrmAttributeMapping(OrmPersistentAttribute 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 |
OrmPersistentAttribute.getMapping()
Return an orm.xml mapping since the attribute is
specified. |
OrmAttributeMapping |
OrmConverter.getParent()
|
OrmAttributeMapping |
OrmPersistentAttribute.setMappingKey(String key)
|
| Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type OrmAttributeMapping | |
|---|---|
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 |
OrmLobConverter.Adapter.buildConverter(OrmAttributeMapping parent,
OrmXmlContextNodeFactory factory)
|
OrmConverter |
OrmBaseEnumeratedConverter.BasicAdapter.buildConverter(OrmAttributeMapping parent,
OrmXmlContextNodeFactory factory)
|
OrmConverter |
OrmBaseEnumeratedConverter.MapKeyAdapter.buildConverter(OrmAttributeMapping parent,
OrmXmlContextNodeFactory factory)
|
OrmConverter |
OrmBaseTemporalConverter.AbstractAdapter.buildConverter(OrmAttributeMapping parent,
OrmXmlContextNodeFactory factory)
|
OrmConverter |
OrmBaseTemporalConverter.MapKeyAdapter.buildConverter(OrmAttributeMapping parent,
OrmXmlContextNodeFactory factory)
|
OrmConverter |
OrmConverter.Adapter.buildNewConverter(OrmAttributeMapping parent,
OrmXmlContextNodeFactory factory)
Build a converter for specified mapping. |
OrmConverter |
OrmLobConverter.Adapter.buildNewConverter(OrmAttributeMapping parent,
OrmXmlContextNodeFactory factory)
|
OrmConverter |
OrmBaseEnumeratedConverter.BasicAdapter.buildNewConverter(OrmAttributeMapping parent,
OrmXmlContextNodeFactory factory)
|
OrmConverter |
OrmBaseEnumeratedConverter.MapKeyAdapter.buildNewConverter(OrmAttributeMapping parent,
OrmXmlContextNodeFactory factory)
|
OrmConverter |
OrmBaseTemporalConverter.AbstractAdapter.buildNewConverter(OrmAttributeMapping parent,
OrmXmlContextNodeFactory factory)
|
OrmConverter |
OrmBaseTemporalConverter.MapKeyAdapter.buildNewConverter(OrmAttributeMapping parent,
OrmXmlContextNodeFactory factory)
|
OrmConverter |
OrmXmlContextNodeFactory.buildOrmBaseEnumeratedConverter(OrmAttributeMapping parent,
OrmBaseEnumeratedConverter.Owner owner)
|
OrmConverter |
OrmXmlContextNodeFactory.buildOrmBaseTemporalConverter(OrmAttributeMapping parent,
OrmBaseTemporalConverter.Owner owner)
|
OrmConverter |
OrmXmlContextNodeFactory.buildOrmLobConverter(OrmAttributeMapping parent,
Converter.Owner owner)
|
Orderable |
OrmXmlContextNodeFactory.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. |
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. 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. |
| 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)
|
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||