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

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

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

Subclasses of VarcharTypeDescriptor in org.hibernate.type.descriptor.sql
 class CharTypeDescriptor
          Descriptor for CHAR handling.
 class LongVarcharTypeDescriptor
          Descriptor for LONGVARCHAR handling.
 

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



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