org.apache.ojb.broker
Class FieldConversionTest.FieldConversionLongToInteger

java.lang.Object
  extended byorg.apache.ojb.broker.FieldConversionTest.FieldConversionLongToInteger
All Implemented Interfaces:
FieldConversion, java.io.Serializable
Enclosing class:
FieldConversionTest

public static class FieldConversionTest.FieldConversionLongToInteger
extends java.lang.Object
implements FieldConversion

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.ojb.broker.accesslayer.conversions.FieldConversion
serialVersionUID
 
Constructor Summary
FieldConversionTest.FieldConversionLongToInteger()
           
 
Method Summary
 java.lang.Object javaToSql(java.lang.Object source)
          convert a Java object to its SQL pendant, used for insert & update
 java.lang.Object sqlToJava(java.lang.Object source)
          convert a SQL value to a Java Object, used for SELECT
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldConversionTest.FieldConversionLongToInteger

public FieldConversionTest.FieldConversionLongToInteger()
Method Detail

javaToSql

public java.lang.Object javaToSql(java.lang.Object source)
                           throws ConversionException
Description copied from interface: FieldConversion
convert a Java object to its SQL pendant, used for insert & update

Specified by:
javaToSql in interface FieldConversion
Throws:
ConversionException

sqlToJava

public java.lang.Object sqlToJava(java.lang.Object source)
                           throws ConversionException
Description copied from interface: FieldConversion
convert a SQL value to a Java Object, used for SELECT

Specified by:
sqlToJava in interface FieldConversion
Throws:
ConversionException


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14