org.pentaho.platform.repository.hibernate.usertypes
Class EmptyStringUserType

java.lang.Object
  extended by org.pentaho.platform.repository.hibernate.usertypes.EmptyStringUserType

public class EmptyStringUserType
extends Object


Constructor Summary
EmptyStringUserType()
           
 
Method Summary
 Object assemble(Serializable arg0, Object arg1)
           
 Object deepCopy(Object arg0)
           
 Serializable disassemble(Object arg0)
           
 boolean equals(Object arg0, Object arg1)
           
 int hashCode(Object arg0)
           
 boolean isMutable()
           
 Object nullSafeGet(ResultSet arg0, String[] arg1, Object arg2)
           
 void nullSafeSet(PreparedStatement arg0, Object arg1, int arg2)
           
 Object replace(Object arg0, Object arg1, Object arg2)
           
 Class returnedClass()
           
 int[] sqlTypes()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyStringUserType

public EmptyStringUserType()
Method Detail

sqlTypes

public int[] sqlTypes()

returnedClass

public Class returnedClass()

equals

public boolean equals(Object arg0,
                      Object arg1)
               throws HibernateException
Throws:
HibernateException

hashCode

public int hashCode(Object arg0)
             throws HibernateException
Throws:
HibernateException

nullSafeGet

public Object nullSafeGet(ResultSet arg0,
                          String[] arg1,
                          Object arg2)
                   throws HibernateException,
                          SQLException
Throws:
HibernateException
SQLException

nullSafeSet

public void nullSafeSet(PreparedStatement arg0,
                        Object arg1,
                        int arg2)
                 throws HibernateException,
                        SQLException
Throws:
HibernateException
SQLException

deepCopy

public Object deepCopy(Object arg0)
                throws HibernateException
Throws:
HibernateException

isMutable

public boolean isMutable()

disassemble

public Serializable disassemble(Object arg0)
                         throws HibernateException
Throws:
HibernateException

assemble

public Object assemble(Serializable arg0,
                       Object arg1)
                throws HibernateException
Throws:
HibernateException

replace

public Object replace(Object arg0,
                      Object arg1,
                      Object arg2)
               throws HibernateException
Throws:
HibernateException