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

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

public class LongStringUserType
extends Object


Constructor Summary
LongStringUserType()
           
 
Method Summary
 Object assemble(Serializable cached, Object owner)
           
 Object deepCopy(Object value)
           
 Serializable disassemble(Object value)
           
 boolean equals(Object x, Object y)
           
 int hashCode(Object x)
           
 boolean isMutable()
           
 Object nullSafeGet(ResultSet rs, String[] names, Object owner)
           
 void nullSafeSet(PreparedStatement st, Object value, int index)
           
 Object replace(Object original, Object target, Object owner)
           
 Class returnedClass()
           
 int[] sqlTypes()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongStringUserType

public LongStringUserType()
Method Detail

sqlTypes

public int[] sqlTypes()

returnedClass

public Class returnedClass()

equals

public boolean equals(Object x,
                      Object y)
               throws HibernateException
Throws:
HibernateException

hashCode

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

nullSafeGet

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

nullSafeSet

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

deepCopy

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

isMutable

public boolean isMutable()

disassemble

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

assemble

public Object assemble(Serializable cached,
                       Object owner)
                throws HibernateException
Throws:
HibernateException

replace

public Object replace(Object original,
                      Object target,
                      Object owner)
               throws HibernateException
Throws:
HibernateException