Uses of Interface
org.eclipse.persistence.mappings.foundation.MapComponentMapping
-
-
Uses of MapComponentMapping in org.eclipse.persistence.eis.mappings
Classes in org.eclipse.persistence.eis.mappings that implement MapComponentMapping Modifier and Type Class Description classEISDirectMappingEIS Direct Mappings map a simple Java attribute to and from an EIS Record according to its descriptor's record type. -
Uses of MapComponentMapping in org.eclipse.persistence.internal.queries
Fields in org.eclipse.persistence.internal.queries declared as MapComponentMapping Modifier and Type Field Description protected MapComponentMappingMappedKeyMapContainerPolicy. valueMappingMethods in org.eclipse.persistence.internal.queries that return MapComponentMapping Modifier and Type Method Description MapComponentMappingMappedKeyMapContainerPolicy. getValueMapping()Methods in org.eclipse.persistence.internal.queries with parameters of type MapComponentMapping Modifier and Type Method Description voidMappedKeyMapContainerPolicy. setValueMapping(MapComponentMapping mapping) -
Uses of MapComponentMapping in org.eclipse.persistence.mappings
Classes in org.eclipse.persistence.mappings that implement MapComponentMapping Modifier and Type Class Description classAggregateCollectionMappingPurpose: The aggregate collection mapping is used to represent the aggregate relationship between a single source object and a collection of target objects.classAggregateObjectMappingPurpose:Two objects can be considered to be related by aggregation if there is a strict 1:1 relationship between the objects.classDirectMapMappingMapping for a collection of key-value pairs.classDirectToFieldMappingPurpose: Maps an attribute to the corresponding database field type.classManyToManyMappingPurpose: Many to many mappings are used to represent the relationships between a collection of source objects and a collection of target objects.classManyToOneMappingPurpose: Define the relationship to be a ManyToOne.classOneToManyMappingPurpose: This mapping is used to represent the typical RDBMS relationship between a single source object and collection of target objects; where, on the database, the target objects have references (foreign keys) to the source object.classOneToOneMappingPurpose: One to one mappings are used to represent a pointer references between two java objects.classUnidirectionalOneToManyMappingPurpose: UnidirectionalOneToManyMapping doesn't have 1:1 back reference mapping. -
Uses of MapComponentMapping in org.eclipse.persistence.mappings.foundation
Subinterfaces of MapComponentMapping in org.eclipse.persistence.mappings.foundation Modifier and Type Interface Description interfaceMapKeyMappingMapKeyMapping is implemented by DatabaseMappings that can be used to map the key in a map that uses a MappedKeyMapContainerPolicy.Classes in org.eclipse.persistence.mappings.foundation that implement MapComponentMapping Modifier and Type Class Description classAbstractDirectMappingPurpose: Maps an attribute to the corresponding database field type. -
Uses of MapComponentMapping in org.eclipse.persistence.mappings.xdb
Classes in org.eclipse.persistence.mappings.xdb that implement MapComponentMapping Modifier and Type Class Description classDirectToXMLTypeMappingPurpose: Mapping used to map from a DOM (org.w3c.Document) or XML String into an Oracle XMLType field, in Oracle 9i XDB. -
Uses of MapComponentMapping in org.eclipse.persistence.oxm.mappings
Classes in org.eclipse.persistence.oxm.mappings that implement MapComponentMapping Modifier and Type Class Description classXMLBinaryDataMappingPurpose:Provide a mapping for binary data that can be treated as either inline or as an attachment.classXMLDirectMappingXML Direct Mappings map a Java attribute directly to XML attribute or text node.classXMLFragmentMappingPurpose: This mapping provides a means to keep a part of the xml tree as a DOM element.
-