Class ClassInstanceConverter

  • All Implemented Interfaces:
    java.io.Serializable, CoreConverter<DatabaseMapping,​Session>, Converter

    public class ClassInstanceConverter
    extends java.lang.Object
    implements Converter
    Purpose: Allows a class name to be converted to and from a new instance of the class. When using a ClassInstanceConverter, the database will store the Class name and the java object model will contain an instance of that class initialized with its default constructor
    See Also:
    Serialized Form
    Author:
    James Sutherland
    Since:
    OracleAS TopLink 10g (10.0.3)