Uses of Class
org.eclipse.persistence.mappings.DirectMapMapping
-
Packages that use DirectMapMapping Package Description org.eclipse.persistence.internal.queries org.eclipse.persistence.sessions.factories -
-
Uses of DirectMapMapping in org.eclipse.persistence.internal.queries
Methods in org.eclipse.persistence.internal.queries with parameters of type DirectMapMapping Modifier and Type Method Description voidMappedKeyMapContainerPolicy. 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 DirectMapMapping Modifier and Type Method Description protected voidProjectClassGenerator. addDirectMapMappingLines(NonreflectiveMethodDefinition method, String mappingName, DirectMapMapping mapping)
-