Uses of Interface
org.eclipse.persistence.mappings.foundation.MapComponentMapping
Packages that use MapComponentMapping
Package
Description
-
Uses of MapComponentMapping in org.eclipse.persistence.eis.mappings
Classes in org.eclipse.persistence.eis.mappings that implement MapComponentMappingModifier and TypeClassDescriptionclassEIS 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 MapComponentMappingModifier and TypeFieldDescriptionprotected MapComponentMappingMappedKeyMapContainerPolicy.valueMappingMethods in org.eclipse.persistence.internal.queries that return MapComponentMappingMethods in org.eclipse.persistence.internal.queries with parameters of type MapComponentMappingModifier and TypeMethodDescriptionvoidMappedKeyMapContainerPolicy.setValueMapping(MapComponentMapping mapping) -
Uses of MapComponentMapping in org.eclipse.persistence.mappings
Classes in org.eclipse.persistence.mappings that implement MapComponentMappingModifier and TypeClassDescriptionclassPurpose: The aggregate collection mapping is used to represent the aggregate relationship between a single source object and a collection of target objects.classPurpose:Two objects can be considered to be related by aggregation if there is a strict 1:1 relationship between the objects.classMapping for a collection of key-value pairs.classPurpose: Maps an attribute to the corresponding database field type.classPurpose: Many to many mappings are used to represent the relationships between a collection of source objects and a collection of target objects.classPurpose: Define the relationship to be a ManyToOne.classPurpose: 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.classPurpose: One to one mappings are used to represent a pointer references between two java objects.classPurpose: 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.foundationModifier and TypeInterfaceDescriptioninterfaceMapKeyMapping 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 MapComponentMappingModifier and TypeClassDescriptionclassPurpose: 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 MapComponentMappingModifier and TypeClassDescriptionclassPurpose: 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 MapComponentMappingModifier and TypeClassDescriptionclassPurpose:Provide a mapping for binary data that can be treated as either inline or as an attachment.classXML Direct Mappings map a Java attribute directly to XML attribute or text node.classPurpose: This mapping provides a means to keep a part of the xml tree as a DOM element.