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

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.VarBinaryUserType
All Implemented Interfaces:
org.hibernate.usertype.UserType

public class VarBinaryUserType
extends BinaryUserType


Constructor Summary
VarBinaryUserType()
           
 
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

VarBinaryUserType

public VarBinaryUserType()
Method Detail

sqlTypes

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