Uses of Class
org.eclipse.persistence.mappings.DirectToFieldMapping
Packages that use DirectToFieldMapping
Package
Description
-
Uses of DirectToFieldMapping in org.eclipse.persistence.dynamic
Methods in org.eclipse.persistence.dynamic that return DirectToFieldMappingModifier and TypeMethodDescriptionDynamicTypeBuilder.addDirectMapping(String name, Class<?> javaType, String fieldName) AllowsDirectToFieldMapping(@Basic) mapping to be added to a dynamic type through API. -
Uses of DirectToFieldMapping in org.eclipse.persistence.mappings.xdb
Subclasses of DirectToFieldMapping in org.eclipse.persistence.mappings.xdbModifier and TypeClassDescriptionclassPurpose: Mapping used to map from a DOM (org.w3c.Document) or XML String into an Oracle XMLType field, in Oracle 9i XDB. -
Uses of DirectToFieldMapping in org.eclipse.persistence.tools.dbws
Methods in org.eclipse.persistence.tools.dbws that return DirectToFieldMappingModifier and TypeMethodDescriptionprotected DirectToFieldMappingBaseDBWSBuilderHelper.buildORFieldMappingFromColumn(FieldType dbColumn, RelationalDescriptor desc, DatabasePlatform databasePlatform, NamingConventionTransformer nct) protected static DirectToFieldMappingBaseDBWSBuilderHelper.setUpDirectToFieldMapping(RelationalDescriptor desc, String columnName, NamingConventionTransformer nct, Class<?> attributeClass, int jdbcType, boolean isPk) Methods in org.eclipse.persistence.tools.dbws with parameters of type DirectToFieldMappingModifier and TypeMethodDescriptionprotected static BasicAccessorXmlEntityMappingsGenerator.processDirectMapping(DirectToFieldMapping mapping) Generate a MappingAccessor for a given DirectToFieldMapping. -
Uses of DirectToFieldMapping in org.eclipse.persistence.tools.schemaframework
Methods in org.eclipse.persistence.tools.schemaframework with parameters of type DirectToFieldMappingModifier and TypeMethodDescriptionprotected voidDefaultTableGenerator.resetFieldTypeForLOB(DirectToFieldMapping mapping) Reset field type to use BLOB/CLOB with type conversion mapping fix for 4k oracle thin driver bug.