Uses of Class
org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
-
Packages that use MappedKeyMapContainerPolicy Package Description org.eclipse.persistence.mappings org.eclipse.persistence.mappings.foundation -
-
Uses of MappedKeyMapContainerPolicy in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings with parameters of type MappedKeyMapContainerPolicy Modifier and Type Method Description voidAggregateObjectMapping. postInitializeMapKey(MappedKeyMapContainerPolicy policy)INTERNAL: Making any mapping changes necessary to use a the mapping as a map key after initializing the mapping.voidOneToOneMapping. postInitializeMapKey(MappedKeyMapContainerPolicy policy)INTERNAL: Need to set the field type for the foreign key fields for a map key, as the fields are not contained in any descriptor. -
Uses of MappedKeyMapContainerPolicy in org.eclipse.persistence.mappings.foundation
Methods in org.eclipse.persistence.mappings.foundation with parameters of type MappedKeyMapContainerPolicy Modifier and Type Method Description voidAbstractDirectMapping. postInitializeMapKey(MappedKeyMapContainerPolicy policy)INTERNAL: Making any mapping changes necessary to use a the mapping as a map key after initializing the mapping.voidMapKeyMapping. postInitializeMapKey(MappedKeyMapContainerPolicy policy)INTERNAL: Making any mapping changes necessary to use a the mapping as a map key after initializing the mapping
-