Uses of Class
org.eclipse.persistence.mappings.AggregateObjectMapping
Packages that use AggregateObjectMapping
Package
Description
-
Uses of AggregateObjectMapping in org.eclipse.persistence.dynamic
Methods in org.eclipse.persistence.dynamic that return AggregateObjectMappingModifier and TypeMethodDescriptionDynamicTypeBuilder.addAggregateObjectMapping(String name, DynamicType refType, boolean allowsNull) Add aAggregateObjectMapping(Embeddablein JPA) to theDynamicTypeBuilder.entityTypebeing built or extended. -
Uses of AggregateObjectMapping in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings that return AggregateObjectMappingModifier and TypeMethodDescriptionprotected AggregateObjectMappingMappingAccessor.processEmbeddableMapKeyClass(MappedKeyMapAccessor mappedKeyMapAccessor) INTERNAL:Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings with parameters of type AggregateObjectMappingModifier and TypeMethodDescriptionprotected voidMappingAccessor.processAttributeOverrides(List<AttributeOverrideMetadata> attributeOverrides, AggregateObjectMapping aggregateObjectMapping, MetadataDescriptor embeddableDescriptor) INTERNAL: Process the attribute overrides for the given embedded mapping.protected voidElementCollectionAccessor.processMappingsFromEmbeddable(MetadataDescriptor embeddableDescriptor, AggregateObjectMapping nestedAggregateObjectMapping, EmbeddableMapping embeddableMapping, Map<String, AttributeOverrideMetadata> attributeOverrides, Map<String, AssociationOverrideMetadata> associationOverrides, String dotNotationName) INTERNAL: -
Uses of AggregateObjectMapping in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories with parameters of type AggregateObjectMappingModifier and TypeMethodDescriptionprotected voidProjectClassGenerator.addAggregateObjectMappingLines(NonreflectiveMethodDefinition method, String mappingName, AggregateObjectMapping mapping)