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

java.lang.Object
  extended by org.pentaho.platform.repository.hibernate.usertypes.BlobUserType
Direct Known Subclasses:
BinaryUserType

Deprecated. Use BlobtoByteArrayUserType instead

@Deprecated
public class BlobUserType
extends Object

See Also:
BlobtoByteArrayUserType

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

Constructor Detail

BlobUserType

public BlobUserType()
Deprecated. 
Method Detail

sqlTypes

public int[] sqlTypes()
Deprecated. 

returnedClass

public Class returnedClass()
Deprecated. 

equals

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

hashCode

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

nullSafeGet

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

nullSafeSet

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

deepCopy

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

isMutable

public boolean isMutable()
Deprecated. 

disassemble

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

assemble

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

replace

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