org.norther.tammi.root.hbm.conversion
Class String2UTFConversion

java.lang.Object
  extended by org.norther.tammi.root.hbm.conversion.ImmutableObjectConversion
      extended by org.norther.tammi.root.hbm.conversion.String2UTFConversion
All Implemented Interfaces:
UserType

public class String2UTFConversion
extends ImmutableObjectConversion

Converts between String instances and UTF encoded strings.

Version:
$Id: String2UTFConversion.java,v 1.5 2009/09/28 15:08:34 cvsimp Exp $
Author:
Ilkka Priha

Constructor Summary
String2UTFConversion()
          Constructs a new conversion.
 
Method Summary
 Object nullSafeGet(ResultSet resultSet, String[] names, Object owner)
           
 void nullSafeSet(PreparedStatement statement, Object value, int index)
           
 Class<?> returnedClass()
           
 int[] sqlTypes()
           
 
Methods inherited from class org.norther.tammi.root.hbm.conversion.ImmutableObjectConversion
assemble, deepCopy, disassemble, equals, hashCode, isMutable, replace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

String2UTFConversion

public String2UTFConversion()
Constructs a new conversion.

Method Detail

sqlTypes

public int[] sqlTypes()

returnedClass

public Class<?> returnedClass()

nullSafeGet

public Object nullSafeGet(ResultSet resultSet,
                          String[] names,
                          Object owner)
                   throws HibernateException,
                          SQLException
Throws:
HibernateException
SQLException

nullSafeSet

public void nullSafeSet(PreparedStatement statement,
                        Object value,
                        int index)
                 throws HibernateException,
                        SQLException
Throws:
HibernateException
SQLException


Copyright © 2004 The Norther Organization. All rights reserved.