oracle.toplink.essentials.mappings.converters |
|
Java Source File Name | Type | Comment |
ClassInstanceConverter.java | Class | Purpose: Allows a class name to be converter to and from a new instance of the class. |
Converter.java | Interface | Purpose: Conversion interface to allow conversion between object and data types. |
EnumTypeConverter.java | Class | Purpose: Object type converter is used to match a fixed number of
database data values to a Java enum object value. |
ObjectTypeConverter.java | Class | Purpose: Object type converter is used to match a fixed number of database data values
to Java object value. |
SerializedObjectConverter.java | Class | Purpose: The serialized object converter can be used to store an arbitrary object or set of objects into a database blob field. |
TypeConversionConverter.java | Class | Purpose: Type conversion converters are used to explicitly map a database type to a
Java type. |