Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


oracle.toplink.mappings.converters
Class ClassInstanceConverter

java.lang.Object
  extended byoracle.toplink.mappings.converters.ClassInstanceConverter

All Implemented Interfaces:
Converter, java.io.Serializable

public class ClassInstanceConverter
extends java.lang.Object
implements Converter

Purpose: Allows a class name to be converter to and from a new instance of the class.

Since:
OracleAS TopLink 10g (10.0.3)
See Also:
Serialized Form

Constructor Summary
ClassInstanceConverter()
          PUBLIC: Default constructor.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ClassInstanceConverter

public ClassInstanceConverter()
PUBLIC: Default constructor.

Skip navigation links

Copyright © 1998, 2006, Oracle. All Rights Reserved.