Uses of Class
org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor

Packages that use VarbinaryTypeDescriptor
org.hibernate.type.descriptor.sql Defines handling of the standard JDBC-defined types, as declared by Types
 

Uses of VarbinaryTypeDescriptor in org.hibernate.type.descriptor.sql
 

Subclasses of VarbinaryTypeDescriptor in org.hibernate.type.descriptor.sql
 class BinaryTypeDescriptor
          Descriptor for BINARY handling.
 class LongVarbinaryTypeDescriptor
          Descriptor for LONGVARBINARY handling.
 

Fields in org.hibernate.type.descriptor.sql declared as VarbinaryTypeDescriptor
static VarbinaryTypeDescriptor VarbinaryTypeDescriptor.INSTANCE
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.