Uses of Interface
org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
-
-
Uses of ArrayCollectionMapping in org.eclipse.persistence.eis.mappings
Classes in org.eclipse.persistence.eis.mappings that implement ArrayCollectionMapping 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. -
Uses of ArrayCollectionMapping in org.eclipse.persistence.mappings.foundation
Classes in org.eclipse.persistence.mappings.foundation that implement ArrayCollectionMapping 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 ArrayCollectionMapping in org.eclipse.persistence.mappings.structures
Classes in org.eclipse.persistence.mappings.structures that implement ArrayCollectionMapping Modifier and Type Class Description classArrayMappingPurpose: In an object-relational data model, structures can contain "Arrays" or collections of other data-types.classObjectArrayMappingPurpose: In an object-relational data model, structures can contain "Arrays" or collections of other data-types.Methods in org.eclipse.persistence.mappings.structures that return ArrayCollectionMapping Modifier and Type Method Description ArrayCollectionMappingArrayCollectionMappingHelper. getMapping()INTERNAL: Return the mapping.Constructors in org.eclipse.persistence.mappings.structures with parameters of type ArrayCollectionMapping Constructor Description ArrayCollectionMappingHelper(ArrayCollectionMapping mapping)Constructor. -
Uses of ArrayCollectionMapping in org.eclipse.persistence.oxm.mappings
Classes in org.eclipse.persistence.oxm.mappings that implement ArrayCollectionMapping Modifier and Type Class Description classXMLBinaryDataCollectionMappingPurpose:Provide a mapping for a collection of binary data values that can be treated as either inline binary values or as an attachment.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.classXMLVariableXPathCollectionMapping
-