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

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

public class BinaryUserType
extends BlobUserType


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

BinaryUserType

public BinaryUserType()
Method Detail

sqlTypes

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