Uses of Class
org.eclipse.persistence.mappings.DirectCollectionMapping
-
-
Uses of DirectCollectionMapping in org.eclipse.persistence.dynamic
Methods in org.eclipse.persistence.dynamic that return DirectCollectionMapping Modifier and Type Method Description DirectCollectionMappingDynamicTypeBuilder. addDirectCollectionMapping(String name, String targetTable, String valueColumn, Class<?> valueType, String... fkFieldNames)Add aDirectCollectionMappingto theDynamicTypeBuilder.entityTypebeing built or extended. -
Uses of DirectCollectionMapping in org.eclipse.persistence.exceptions
Methods in org.eclipse.persistence.exceptions with parameters of type DirectCollectionMapping Modifier and Type Method Description static ValidationExceptionValidationException. illegalUseOfMapInDirectCollection(DirectCollectionMapping directCollectionMapping, Object aMapClass, String keyMethodName) -
Uses of DirectCollectionMapping in org.eclipse.persistence.mappings
Subclasses of DirectCollectionMapping in org.eclipse.persistence.mappings Modifier and Type Class Description classDirectMapMappingMapping for a collection of key-value pairs. -
Uses of DirectCollectionMapping in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories with parameters of type DirectCollectionMapping Modifier and Type Method Description protected voidProjectClassGenerator. addDirectCollectionMappingLines(NonreflectiveMethodDefinition method, String mappingName, DirectCollectionMapping mapping)protected voidProjectClassGenerator. addHistoryPolicyLines(NonreflectiveMethodDefinition method, DirectCollectionMapping mapping, String mappingName) -
Uses of DirectCollectionMapping in org.eclipse.persistence.tools.schemaframework
Methods in org.eclipse.persistence.tools.schemaframework with parameters of type DirectCollectionMapping Modifier and Type Method Description protected voidDefaultTableGenerator. buildDirectCollectionTableDefinition(DirectCollectionMapping mapping, ClassDescriptor descriptor)Build direct collection table definitions in a EclipseLink descriptor
-