Uses of Class
org.eclipse.persistence.mappings.DirectMapMapping
Packages that use DirectMapMapping
Package
Description
-
Uses of DirectMapMapping in org.eclipse.persistence.internal.queries
Methods in org.eclipse.persistence.internal.queries with parameters of type DirectMapMappingModifier and TypeMethodDescriptionvoidMappedKeyMapContainerPolicy.setKeyConverter(Converter keyConverter, DirectMapMapping mapping) INTERNAL: Set a converter on the KeyField of a DirectCollectionMapping.voidMappedKeyMapContainerPolicy.setKeyConverterClassName(String keyConverterClassName, DirectMapMapping mapping) INTERNAL: Set the name of the class to be used as a converter for the key of a DirectMapMaping. -
Uses of DirectMapMapping in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories with parameters of type DirectMapMappingModifier and TypeMethodDescriptionprotected voidProjectClassGenerator.addDirectMapMappingLines(NonreflectiveMethodDefinition method, String mappingName, DirectMapMapping mapping)