Uses of Class
org.eclipse.persistence.mappings.CollectionMapping
-
-
Uses of CollectionMapping in org.eclipse.persistence.descriptors
Methods in org.eclipse.persistence.descriptors that return CollectionMapping Modifier and Type Method Description CollectionMappingClassDescriptor. newManyToManyMapping()Return a new one to many mapping for this type of descriptor.CollectionMappingClassDescriptor. newOneToManyMapping()Return a new one to many mapping for this type of descriptor.CollectionMappingClassDescriptor. newUnidirectionalOneToManyMapping()Return a new one to many mapping for this type of descriptor. -
Uses of CollectionMapping in org.eclipse.persistence.eis
Methods in org.eclipse.persistence.eis that return CollectionMapping Modifier and Type Method Description CollectionMappingEISDescriptor. newManyToManyMapping()Return a new one to many mapping for this type of descriptor.CollectionMappingEISDescriptor. newOneToManyMapping()Return a new one to many mapping for this type of descriptor.CollectionMappingEISDescriptor. newUnidirectionalOneToManyMapping()Return a new one to many mapping for this type of descriptor. -
Uses of CollectionMapping in org.eclipse.persistence.eis.mappings
Subclasses of CollectionMapping in org.eclipse.persistence.eis.mappings Modifier and Type Class Description 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 CollectionMapping in org.eclipse.persistence.exceptions
Methods in org.eclipse.persistence.exceptions with parameters of type CollectionMapping Modifier and Type Method Description static DescriptorExceptionDescriptorException. attributeTypeNotValid(CollectionMapping mapping, Class<?> interfaceType)static DescriptorExceptionDescriptorException. getMethodReturnTypeNotValid(CollectionMapping mapping)static DescriptorExceptionDescriptorException. setMethodParameterTypeNotValid(CollectionMapping mapping) -
Uses of CollectionMapping in org.eclipse.persistence.internal.expressions
Methods in org.eclipse.persistence.internal.expressions that return CollectionMapping Modifier and Type Method Description CollectionMappingMapEntryExpression. getMapping() -
Uses of CollectionMapping in org.eclipse.persistence.internal.indirection
Methods in org.eclipse.persistence.internal.indirection that return CollectionMapping Modifier and Type Method Description protected CollectionMappingIndirectionPolicy. getCollectionMapping()INTERNAL: Reduce casting clutter.... -
Uses of CollectionMapping in org.eclipse.persistence.internal.queries
Methods in org.eclipse.persistence.internal.queries with parameters of type CollectionMapping Modifier and Type Method Description voidContainerPolicy. addNextValueFromIteratorInto(Object valuesIterator, Object parent, CacheKey parentCacheKey, Object toCollection, CollectionMapping mapping, Integer refreshCascade, AbstractSession cloningSession, boolean isExisting, boolean isFromSharedCache)INTERNAL: This method is used to add the next value from an iterator built using ContainerPolicy's iteratorFor() method into the toCollection.voidMapContainerPolicy. addNextValueFromIteratorInto(Object valuesIterator, Object parent, CacheKey parentCacheKey, Object toCollection, CollectionMapping mapping, Integer refreshCascade, AbstractSession cloningSession, boolean isExisting, boolean isFromSharedCache)INTERNAL: This method is used to add the next value from an iterator built using ContainerPolicy's iteratorFor() method into the toCollection.protected ObjectMapContainerPolicy. buildCloneForValue(Object value, Object parent, CacheKey parentCacheKey, CollectionMapping mapping, Integer refreshCascade, AbstractSession cloningSession, boolean isExisting, boolean isFromSharedCache)Build a clone for the value in a mapping.List<DatabaseField>ContainerPolicy. getAdditionalFieldsForJoin(CollectionMapping baseMapping)INTERNAL: Return any additional fields required by the policy for a fetch join.List<DatabaseField>MappedKeyMapContainerPolicy. getAdditionalFieldsForJoin(CollectionMapping baseMapping)INTERNAL: Return any additional fields required by the policy for a fetch join.List<DatabaseField>OrderedListContainerPolicy. getAdditionalFieldsForJoin(CollectionMapping baseMapping)INTERNAL: Return any additional fields required by the policy for a fetch join.DatabaseFieldInterfaceContainerPolicy. getDirectKeyField(CollectionMapping mapping)INTERNAL: Return the DatabaseField that represents the key in a DirectMapMapping.DatabaseFieldMapContainerPolicy. getDirectKeyField(CollectionMapping baseMapping)INTERNAL: Return the DatabaseField that represents the key in a DirectMapMapping.DatabaseFieldMappedKeyMapContainerPolicy. getDirectKeyField(CollectionMapping baseMapping)INTERNAL: Return the DatabaseField that represents the key in a DirectMapMapping. -
Uses of CollectionMapping in org.eclipse.persistence.mappings
Subclasses of CollectionMapping in org.eclipse.persistence.mappings 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.classDirectCollectionMappingPurpose: 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 CollectionMapping in org.eclipse.persistence.mappings.structures
Subclasses of CollectionMapping in org.eclipse.persistence.mappings.structures Modifier and Type Class Description classNestedTableMappingPurpose: Nested tables are similar toVARRAYsexcept internally they store their information in a separate table from their parent structure's table.
-