org.apache.ojb.broker.accesslayer.conversions
Class FieldConversionDefaultImpl

java.lang.Object
  extended by org.apache.ojb.broker.accesslayer.conversions.FieldConversionDefaultImpl
All Implemented Interfaces:
Serializable, FieldConversion

public class FieldConversionDefaultImpl
extends Object
implements FieldConversion

default implementation of the FieldConversion interface. This implementation does not modify its input.

Version:
$Id: FieldConversionDefaultImpl.java,v 1.1 2007-08-24 22:17:31 ewestfal Exp $
Author:
Thomas Mahler
See Also:
Serialized Form

Constructor Summary
FieldConversionDefaultImpl()
           
 
Method Summary
 Object javaToSql(Object source)
          Convert an object of the persistent class to a counterpart object supported by the JDBC specification.
 Object sqlToJava(Object source)
          Convert a JDBC object to a persistent class value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldConversionDefaultImpl

public FieldConversionDefaultImpl()
Method Detail

javaToSql

public Object javaToSql(Object source)
Description copied from interface: FieldConversion
Convert an object of the persistent class to a counterpart object supported by the JDBC specification.

Specified by:
javaToSql in interface FieldConversion

sqlToJava

public Object sqlToJava(Object source)
Description copied from interface: FieldConversion
Convert a JDBC object to a persistent class value.

Specified by:
sqlToJava in interface FieldConversion


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.