Uses of Class
org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
Packages that use AbstractCompositeDirectCollectionMapping Package Description org.eclipse.persistence.eis.mappings org.eclipse.persistence.mappings.structures org.eclipse.persistence.oxm.mappings -
-
Uses of AbstractCompositeDirectCollectionMapping in org.eclipse.persistence.eis.mappings
Subclasses of AbstractCompositeDirectCollectionMapping in org.eclipse.persistence.eis.mappings Modifier and Type Class Description 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 AbstractCompositeDirectCollectionMapping in org.eclipse.persistence.mappings.structures
Subclasses of AbstractCompositeDirectCollectionMapping in org.eclipse.persistence.mappings.structures Modifier and Type Class Description classArrayMappingPurpose: In an object-relational data model, structures can contain "Arrays" or collections of other data-types. -
Uses of AbstractCompositeDirectCollectionMapping in org.eclipse.persistence.oxm.mappings
Subclasses of AbstractCompositeDirectCollectionMapping in org.eclipse.persistence.oxm.mappings 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.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.
-