Uses of Interface
org.eclipse.persistence.mappings.ContainerMapping
-
-
Uses of ContainerMapping in org.eclipse.persistence.eis.mappings
Classes in org.eclipse.persistence.eis.mappings that implement ContainerMapping Modifier and Type Class Description classEISCompositeCollectionMappingEIS Composite Collection Mappings map a java.util.Map or java.util.Collection of Java objects to an EIS record in a privately owned, one-to-many relationship according to its descriptor's record type.classEISCompositeDirectCollectionMappingEIS Composite Direct Collection Mappings map a collection of simple Java attributes to and from an EIS Record according to its descriptor's record type.classEISOneToManyMappingAn EIS one-to-many mapping is a reference mapping that represents the relationship between a single source object and a collection of mapped persistent Java objects. -
Uses of ContainerMapping in org.eclipse.persistence.mappings
Classes in org.eclipse.persistence.mappings that implement ContainerMapping 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.classCollectionMappingPurpose: Abstract class for relationship mappings which store collection of objectsclassDirectCollectionMappingPurpose: This mapping is used to store a collection of simple types (String, Number, Date, etc.) into a single table.classDirectMapMappingMapping for a collection of key-value pairs.classManyToManyMappingPurpose: Many to many mappings are used to represent the relationships between a collection of source objects and a collection of target objects.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.classUnidirectionalOneToManyMappingPurpose: UnidirectionalOneToManyMapping doesn't have 1:1 back reference mapping. -
Uses of ContainerMapping in org.eclipse.persistence.mappings.foundation
Classes in org.eclipse.persistence.mappings.foundation that implement ContainerMapping Modifier and Type Class Description classAbstractCompositeCollectionMappingDefine an embedded collection of objects.classAbstractCompositeDirectCollectionMappingAbstractCompositeDirectCollectionMappingconsolidates the behavior of mappings that map collections of "native" data objects (e.g. -
Uses of ContainerMapping in org.eclipse.persistence.mappings.structures
Subinterfaces of ContainerMapping in org.eclipse.persistence.mappings.structures Modifier and Type Interface Description interfaceArrayCollectionMappingInterface used by theArrayCollectionMappingHelperto interact with the assorted array collection mappings.Classes in org.eclipse.persistence.mappings.structures that implement ContainerMapping Modifier and Type Class Description classArrayMappingPurpose: In an object-relational data model, structures can contain "Arrays" or collections of other data-types.classNestedTableMappingPurpose: Nested tables are similar toVARRAYsexcept internally they store their information in a separate table from their parent structure's table.classObjectArrayMappingPurpose: In an object-relational data model, structures can contain "Arrays" or collections of other data-types. -
Uses of ContainerMapping in org.eclipse.persistence.oxm.mappings
Classes in org.eclipse.persistence.oxm.mappings that implement ContainerMapping Modifier and Type Class Description classXMLAnyCollectionMappingAny collection XML mappings map an attribute that contains a heterogenous collection of objects to multiple XML elements.classXMLBinaryDataCollectionMappingPurpose:Provide a mapping for a collection of binary data values that can be treated as either inline binary values or as an attachment.classXMLCollectionReferenceMappingTopLink OXM version of a 1-M mapping.classXMLCompositeCollectionMappingComposite collection XML mappings map an attribute that contains a homogeneous collection of objects to multiple XML elements.classXMLCompositeDirectCollectionMappingComposite direct collection XML mappings map a collection of simple types (String, Number, Date, etc.) to and from a sequence of composite XML nodes.classXMLFragmentCollectionMappingPurpose: This mapping provides a means to keep a part of the xml tree as a collection of DOM elements.classXMLInverseReferenceMappingThis mapping is used to map a back-pointer.classXMLVariableXPathCollectionMapping
-