Converterpublic interface Converter implements SerializablePurpose: Conversion interface to allow conversion between object and data types.
This can be used in any mapping to convert between the object and data types without requiring code
placed in the object model.
TopLink provides several common converters, but the application can also define it own. |
|