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

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

public class BlobtoByteArrayUserType
extends Object


Constructor Summary
BlobtoByteArrayUserType()
           
 
Method Summary
 Object assemble(Serializable arg0, Object arg1)
           
 Object deepCopy(Object value)
           
 Serializable disassemble(Object arg0)
           
 boolean equals(Object x, Object y)
           
 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

BlobtoByteArrayUserType

public BlobtoByteArrayUserType()
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 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 value)

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