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

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

public class FieldConversionDefaultImpl
extends java.lang.Object
implements FieldConversion

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

Version:
$Id: FieldConversionDefaultImpl.java 365232 2005-12-21 22:36:07Z tomdz $
Author:
Thomas Mahler
See Also:
Serialized Form

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

Constructor Detail

FieldConversionDefaultImpl

public FieldConversionDefaultImpl()
Method Detail

javaToSql

public java.lang.Object javaToSql(java.lang.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 java.lang.Object sqlToJava(java.lang.Object source)
Description copied from interface: FieldConversion
Convert a JDBC object to a persistent class value.

Specified by:
sqlToJava in interface FieldConversion


(C) 2002 - 2006 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30