|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AttributeMapping in org.eclipse.jpt.jpa.core.context |
|---|
| Subinterfaces of AttributeMapping in org.eclipse.jpt.jpa.core.context | |
|---|---|
interface |
BaseEmbeddedMapping
Behavior common to embedded and embedded ID mappings. |
interface |
BasicMapping
JPA basic mapping. |
interface |
CollectionMapping
JPA collection mapping (e.g. |
interface |
ColumnMapping
JPA attribute mapping that has a converter (e.g. |
interface |
ConvertibleMapping
JPA attribute mapping that has a converter (e.g. |
interface |
EmbeddedIdMapping
JPA embedded ID mapping |
interface |
EmbeddedMapping
JPA embedded mapping |
interface |
FetchableMapping
JPA attribute mapping that has a fetch type (e.g. |
interface |
IdMapping
JPA ID mapping |
interface |
ManyToManyMapping
JPA m:m mapping |
interface |
ManyToOneMapping
JPA m:1 mapping |
interface |
MultiRelationshipMapping
Multi-valued (1:m, m:m) relationship mapping. |
interface |
OneToManyMapping
JPA 1:m mapping |
interface |
OneToOneMapping
JPA 1:1 mapping |
interface |
OptionalMapping
JPA attribute mapping that is optional (e.g. |
interface |
RelationshipMapping
JPA relationship (1:1, 1:m, m:1, m:m) mapping. |
interface |
SingleRelationshipMapping
JPA single (m:1, 1:2) mapping |
interface |
TransientMapping
JPA transient "mapping". |
interface |
VersionMapping
JPA version mapping |
| Methods in org.eclipse.jpt.jpa.core.context with type parameters of type AttributeMapping | ||
|---|---|---|
|
TypeMapping.attributeMappings()
A convenience method for getting the attribute mappings from PersistentType.attributes() |
|
|
TypeMapping.getAllAttributeMappings(java.lang.String mappingKey)
Return attribute mappings of a particular mapping type that are declared anywhere on this type mapping's hierarchy |
|
|
TypeMapping.getAttributeMappings(java.lang.String mappingKey)
Return attribute mappings of a particular mapping type that are declared on this type mapping |
|
| Methods in org.eclipse.jpt.jpa.core.context that return AttributeMapping | |
|---|---|
AttributeMapping |
ReadOnlyPersistentAttribute.getMapping()
Return the attribute's mapping. |
AttributeMapping |
Orderable.getParent()
|
AttributeMapping |
Converter.getParent()
|
AttributeMapping |
Entity.resolveAttributeMapping(java.lang.String name)
Returns the attribute mapping that matches the name. |
AttributeMapping |
AttributeMapping.resolveAttributeMapping(java.lang.String name)
Return the mapping itself if its name matches the specified name. |
AttributeMapping |
PersistentAttribute.setMappingKey(java.lang.String key)
Set the attribute's mapping. |
| Methods in org.eclipse.jpt.jpa.core.context that return types with arguments of type AttributeMapping | |
|---|---|
java.util.Iterator<AttributeMapping> |
TypeMapping.allAttributeMappings()
Return all the attribute mappings in the type mapping's inheritance hierarchy. |
| Methods in org.eclipse.jpt.jpa.core.context with parameters of type AttributeMapping | |
|---|---|
boolean |
AttributeMapping.isOwnedBy(AttributeMapping mapping)
Return whether the specified mapping manages a relationship with the mapping. |
boolean |
MappedByRelationship.mayBeMappedBy(AttributeMapping mapping)
Return whether the specified mapping may own the relationship. |
| Uses of AttributeMapping in org.eclipse.jpt.jpa.core.context.java |
|---|
| Subinterfaces of AttributeMapping in org.eclipse.jpt.jpa.core.context.java | |
|---|---|
interface |
JavaAttributeMapping
Java attribute mapping |
interface |
JavaBaseEmbeddedMapping
Behavior common to Java embedded and embedded ID mappings. |
interface |
JavaBasicMapping
Java basic mapping |
interface |
JavaCollectionMapping
JPA Java collection mapping (e.g. |
interface |
JavaColumnMapping
Java column mapping |
interface |
JavaConvertibleMapping
Java attribute mapping that has a converter (e.g. |
interface |
JavaEmbeddedIdMapping
Java embedded ID mapping |
interface |
JavaEmbeddedMapping
Java embedded mapping |
interface |
JavaIdMapping
Java ID mapping |
interface |
JavaManyToManyMapping
Java m:m mapping |
interface |
JavaManyToOneMapping
Java m:1 mapping |
interface |
JavaMultiRelationshipMapping
Java multi-valued (1:m, m:m) relationship mapping. |
interface |
JavaOneToManyMapping
Java 1:m mapping |
interface |
JavaOneToOneMapping
Java 1:1 mapping |
interface |
JavaRelationshipMapping
Java relationship (1:1, 1:m, m:1, m:m) mapping. |
interface |
JavaSingleRelationshipMapping
Java single (m:1, 1:1) mapping |
interface |
JavaTransientMapping
Java transient "mapping" |
interface |
JavaVersionMapping
Java version mapping |
| Uses of AttributeMapping in org.eclipse.jpt.jpa.core.context.orm |
|---|
| Subinterfaces of AttributeMapping in org.eclipse.jpt.jpa.core.context.orm | |
|---|---|
interface |
OrmAttributeMapping
orm.xml attribute mapping |
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 AttributeMapping | |
|---|---|
AttributeMapping |
OrmReadOnlyPersistentAttribute.getMapping()
A specified orm.xml attribute will return an
orm.xml mapping, while a virtual attribute will
return a Java mapping. |
| Uses of AttributeMapping in org.eclipse.jpt.jpa.core.jpa2.context |
|---|
| Subinterfaces of AttributeMapping in org.eclipse.jpt.jpa.core.jpa2.context | |
|---|---|
interface |
AttributeMapping2_0
JPA 2.0 attribute mapping |
interface |
CollectionMapping2_0
JPA 2.0 collection mapping (e.g. |
interface |
ElementCollectionMapping2_0
JPA 2.0 element collection mapping |
interface |
EmbeddedIdMapping2_0
JPA 2.0 embedded ID mapping |
interface |
EmbeddedMapping2_0
JPA 2.0 embedded mapping |
interface |
IdMapping2_0
JPA 2.0 ID mapping |
interface |
ManyToManyMapping2_0
JPA 2.0 m:m mapping |
interface |
ManyToOneMapping2_0
JPA 2.0 m:1 mapping |
interface |
MappedByRelationshipMapping2_0
JPA 2.0 attribute mapping |
interface |
OneToManyMapping2_0
JPA 2.0 1:m mapping |
interface |
OneToOneMapping2_0
JPA 2.0 1:1 mapping |
interface |
SingleRelationshipMapping2_0
JPA 2.0 single (m:1, 1:2) mapping |
| Methods in org.eclipse.jpt.jpa.core.jpa2.context that return AttributeMapping | |
|---|---|
AttributeMapping |
MapsIdDerivedIdentityStrategy2_0.getResolvedAttributeMappingValue()
Return attribute mapping referenced by the attribute name, which may be a mapping on the entity or a mapping within the embeddable mapping referenced by the entity's embedded ID mapping. |
| Uses of AttributeMapping in org.eclipse.jpt.jpa.core.jpa2.context.java |
|---|
| Subinterfaces of AttributeMapping in org.eclipse.jpt.jpa.core.jpa2.context.java | |
|---|---|
interface |
JavaCollectionMapping2_0
Java collection mapping (e.g. |
interface |
JavaElementCollectionMapping2_0
Java element collection mapping |
interface |
JavaEmbeddedMapping2_0
JPA 2.0 Java embedded mapping |
interface |
JavaManyToManyMapping2_0
JPA 2.0 Java m:m mapping |
interface |
JavaManyToOneMapping2_0
JPA 2.0 Java m:1 mapping |
interface |
JavaOneToManyMapping2_0
JPA 2.0 Java 1:m mapping |
interface |
JavaOneToOneMapping2_0
JPA 2.0 Java 1:1 mapping |
interface |
JavaSingleRelationshipMapping2_0
JPA 2.0 Java single (m:1, 1:1) mapping |
| Uses of AttributeMapping in org.eclipse.jpt.jpa.core.jpa2.context.orm |
|---|
| Subinterfaces of AttributeMapping 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. |
| Uses of AttributeMapping in org.eclipse.jpt.jpa.eclipselink.core.context |
|---|
| Subinterfaces of AttributeMapping in org.eclipse.jpt.jpa.eclipselink.core.context | |
|---|---|
interface |
EclipseLinkBasicCollectionMapping
EclipseLink basic collection mapping |
interface |
EclipseLinkBasicMapMapping
EclipseLink basic map mapping |
interface |
EclipseLinkBasicMapping
EclipseLink basic mapping. |
interface |
EclipseLinkIdMapping
EclipseLink ID mapping |
interface |
EclipseLinkJoinFetchMapping
EclipseLink join-fetch mapping. |
interface |
EclipseLinkOneToManyMapping
EclipseLink 1:m mapping |
interface |
EclipseLinkOneToOneMapping
EclipseLink 1:1 mapping |
interface |
EclipseLinkRelationshipMapping
EclipseLink relationship (1:1, 1:m, m:1, m:m) mapping. |
interface |
EclipseLinkTransformationMapping
EclipseLink transformation mapping |
interface |
EclipseLinkVariableOneToOneMapping
EclipseLink variable 1:1 mapping |
interface |
EclipseLinkVersionMapping
EclipseLink version mapping |
| Uses of AttributeMapping in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context |
|---|
| Subinterfaces of AttributeMapping in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context | |
|---|---|
interface |
EclipseLinkElementCollectionMapping2_0
EclipseLink element collection mapping |
interface |
EclipseLinkOneToManyMapping2_0
EclipseLink 1:m mapping |
interface |
EclipseLinkOneToOneMapping2_0
EclipseLink 1:1 mapping |
| Uses of AttributeMapping in org.eclipse.jpt.jpa.ui |
|---|
| Methods in org.eclipse.jpt.jpa.ui that return types with arguments of type AttributeMapping | |
|---|---|
java.util.Iterator<MappingUiDefinition<ReadOnlyPersistentAttribute,? extends AttributeMapping>> |
MappingResourceUiDefinition.attributeMappingUiDefinitions()
Return an iterator of attribute mapping ui definitions appropriate for this file type |
java.util.Iterator<MappingUiDefinition<ReadOnlyPersistentAttribute,? extends AttributeMapping>> |
JpaPlatformUi.attributeMappingUiDefinitions(JptResourceType resourceType)
|
DefaultMappingUiDefinition<ReadOnlyPersistentAttribute,? extends AttributeMapping> |
JpaPlatformUi.getDefaultAttributeMappingUiDefinition(JptResourceType resourceType,
java.lang.String mappingKey)
|
DefaultMappingUiDefinition<ReadOnlyPersistentAttribute,? extends AttributeMapping> |
MappingResourceUiDefinition.getDefaultAttributeMappingUiDefinition(java.lang.String key)
Return a default attribute mapping ui definition for the given key or null |
| Method parameters in org.eclipse.jpt.jpa.ui with type arguments of type AttributeMapping | |
|---|---|
JpaComposite |
JpaPlatformUi.buildAttributeMappingComposite(JptResourceType resourceType,
java.lang.String mappingKey,
org.eclipse.swt.widgets.Composite parent,
PropertyValueModel<AttributeMapping> mappingHolder,
WidgetFactory widgetFactory)
|
JpaComposite |
MappingResourceUiDefinition.buildAttributeMappingComposite(java.lang.String key,
PropertyValueModel<AttributeMapping> mappingHolder,
org.eclipse.swt.widgets.Composite parent,
WidgetFactory widgetFactory)
|
| Uses of AttributeMapping in org.eclipse.jpt.jpa.ui.details.java |
|---|
| Classes in org.eclipse.jpt.jpa.ui.details.java with type parameters of type AttributeMapping | |
|---|---|
interface |
DefaultJavaAttributeMappingUiDefinition<T extends AttributeMapping>
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaAttributeMappingUiDefinition<T extends AttributeMapping>
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of AttributeMapping in org.eclipse.jpt.jpa.ui.details.orm |
|---|
| Classes in org.eclipse.jpt.jpa.ui.details.orm with type parameters of type AttributeMapping | |
|---|---|
interface |
OrmAttributeMappingUiDefinition<T extends AttributeMapping>
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||