Class EnumTypeConverter

  • All Implemented Interfaces:
    Serializable, CoreConverter<DatabaseMapping,​Session>, ClassNameConversionRequired, Converter

    public class EnumTypeConverter
    extends ObjectTypeConverter
    Purpose: Object type converter is used to match a fixed number of database data values to a Java enum object value. It can be used when the values on the database and in the Java differ. To create an object type converter, simply specify the set of conversion value pairs. A default value and one-way conversion are also supported for legacy data situations.
    Since:
    Toplink 10.1.4RI
    Author:
    Guy Pelletier
    See Also:
    Serialized Form