Uses of Class
org.eclipse.persistence.mappings.AggregateMapping
Packages that use AggregateMapping
Package
Description
-
Uses of AggregateMapping in org.eclipse.persistence.descriptors
Methods in org.eclipse.persistence.descriptors that return AggregateMappingModifier and TypeMethodDescriptionClassDescriptor.newAggregateMapping()Return a new aggregate/embedded mapping for this type of descriptor.Methods in org.eclipse.persistence.descriptors with parameters of type AggregateMappingModifier and TypeMethodDescriptionvoidClassDescriptor.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 AggregateMappingModifier and TypeMethodDescriptionEISDescriptor.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.mappingsModifier and TypeClassDescriptionclassEIS 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.classEIS 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.mappingsModifier and TypeClassDescriptionclassPurpose: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.foundationModifier and TypeClassDescriptionclassDefine an embedded collection of objects.classChunks 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.structuresModifier and TypeClassDescriptionclassPurpose: In an object-relational data model, structures can contain "Arrays" or collections of other data-types.classPurpose: 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 AggregateMappingModifier and TypeMethodDescriptionXMLDescriptor.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.mappingsModifier and TypeClassDescriptionclassTopLink OXM version of a 1-M mapping.classComposite collection XML mappings map an attribute that contains a homogeneous collection of objects to multiple XML elements.classComposite object XML mappings represent a relationship between two classes.classThis mapping is used to map a back-pointer.classTopLink OXM version of a 1-1 mapping.classclass -
Uses of AggregateMapping in org.eclipse.persistence.tools.dbws
Methods in org.eclipse.persistence.tools.dbws with parameters of type AggregateMappingModifier and TypeMethodDescriptionprotected static EmbeddedAccessorXmlEntityMappingsGenerator.processEmbeddedMapping(AggregateMapping mapping) Generate an EmbeddedAccessor for a given AggregateMapping.