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

java.lang.Object
  extended by org.pentaho.platform.repository.hibernate.usertypes.BlobUserType
      extended by org.pentaho.platform.repository.hibernate.usertypes.BinaryUserType
          extended by org.pentaho.platform.repository.hibernate.usertypes.LongVarBinaryUserType
All Implemented Interfaces:
org.hibernate.usertype.UserType

public class LongVarBinaryUserType
extends BinaryUserType


Constructor Summary
LongVarBinaryUserType()
           
 
Method Summary
 int[] sqlTypes()
           
 
Methods inherited from class org.pentaho.platform.repository.hibernate.usertypes.BlobUserType
assemble, deepCopy, disassemble, equals, hashCode, isMutable, nullSafeGet, nullSafeSet, replace, returnedClass
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongVarBinaryUserType

public LongVarBinaryUserType()
Method Detail

sqlTypes

public int[] sqlTypes()
Specified by:
sqlTypes in interface org.hibernate.usertype.UserType
Overrides:
sqlTypes in class BinaryUserType