Class ClassInstanceConverter

java.lang.Object
org.eclipse.persistence.mappings.converters.ClassInstanceConverter
All Implemented Interfaces:
Serializable, CoreConverter<DatabaseMapping,Session>, Converter

public class ClassInstanceConverter extends 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:
Author:
James Sutherland