Uses of Class
org.eclipse.persistence.mappings.AggregateMapping
-
-
Uses of AggregateMapping in org.eclipse.persistence.descriptors
Methods in org.eclipse.persistence.descriptors that return AggregateMapping Modifier and Type Method Description AggregateMappingClassDescriptor. newAggregateMapping()Return a new aggregate/embedded mapping for this type of descriptor.Methods in org.eclipse.persistence.descriptors with parameters of type AggregateMapping Modifier and Type Method Description voidClassDescriptor. checkInheritanceTreeAggregateSettings(AbstractSession session, AggregateMapping mapping)INTERNAL: Verify that an aggregate descriptor's inheritance tree is full of aggregate descriptors. -
Uses of AggregateMapping in org.eclipse.persistence.eis
Methods in org.eclipse.persistence.eis that return AggregateMapping Modifier and Type Method Description AggregateMappingEISDescriptor. newAggregateMapping()Return a new aggregate/embedded mapping for this type of descriptor. -
Uses of AggregateMapping in org.eclipse.persistence.eis.mappings
Subclasses of AggregateMapping in org.eclipse.persistence.eis.mappings 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.classEISCompositeObjectMappingEIS Composite Object Mappings map a Java object to a privately owned, one-to-one relationship to an EIS Record according to its descriptor's record type. -
Uses of AggregateMapping in org.eclipse.persistence.mappings
Subclasses of AggregateMapping in org.eclipse.persistence.mappings Modifier and Type Class Description classAggregateObjectMappingPurpose:Two objects can be considered to be related by aggregation if there is a strict 1:1 relationship between the objects. -
Uses of AggregateMapping in org.eclipse.persistence.mappings.foundation
Subclasses of AggregateMapping in org.eclipse.persistence.mappings.foundation Modifier and Type Class Description classAbstractCompositeCollectionMappingDefine an embedded collection of objects.classAbstractCompositeObjectMappingChunks of data from non-relational data sources can have an embedded component objects. -
Uses of AggregateMapping in org.eclipse.persistence.mappings.structures
Subclasses of AggregateMapping in org.eclipse.persistence.mappings.structures Modifier and Type Class Description classObjectArrayMappingPurpose: In an object-relational data model, structures can contain "Arrays" or collections of other data-types.classStructureMappingPurpose: A structure is an object-relational user-defined data-type or object-type. -
Uses of AggregateMapping in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm that return AggregateMapping Modifier and Type Method Description AggregateMappingXMLDescriptor. newAggregateMapping()Return a new aggregate/embedded mapping for this type of descriptor. -
Uses of AggregateMapping in org.eclipse.persistence.oxm.mappings
Subclasses of AggregateMapping in org.eclipse.persistence.oxm.mappings Modifier and Type Class Description 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.classXMLCompositeObjectMappingComposite object XML mappings represent a relationship between two classes.classXMLInverseReferenceMappingThis mapping is used to map a back-pointer.classXMLObjectReferenceMappingTopLink OXM version of a 1-1 mapping.classXMLVariableXPathCollectionMappingclassXMLVariableXPathObjectMapping
-