Uses of Package
org.hibernate.type.descriptor.sql

Packages that use org.hibernate.type.descriptor.sql
org.hibernate.dialect This package abstracts the SQL dialect of the underlying database. 
org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. 
org.hibernate.type.descriptor   
org.hibernate.type.descriptor.sql Defines handling of the standard JDBC-defined types, as declared by Types
 

Classes in org.hibernate.type.descriptor.sql used by org.hibernate.dialect
SqlTypeDescriptor
          Descriptor for the SQL/JDBC side of a value mapping.
 

Classes in org.hibernate.type.descriptor.sql used by org.hibernate.type
SqlTypeDescriptor
          Descriptor for the SQL/JDBC side of a value mapping.
 

Classes in org.hibernate.type.descriptor.sql used by org.hibernate.type.descriptor
SqlTypeDescriptor
          Descriptor for the SQL/JDBC side of a value mapping.
 

Classes in org.hibernate.type.descriptor.sql used by org.hibernate.type.descriptor.sql
BasicBinder
          Convenience base implementation of ValueBinder
BigIntTypeDescriptor
          Descriptor for BIGINT handling.
BinaryTypeDescriptor
          Descriptor for BINARY handling.
BitTypeDescriptor
          Descriptor for BIT handling.
BlobTypeDescriptor
          Descriptor for BLOB handling.
BooleanTypeDescriptor
          Descriptor for BOOLEAN handling.
CharTypeDescriptor
          Descriptor for CHAR handling.
ClobTypeDescriptor
          Descriptor for CLOB handling.
DateTypeDescriptor
          Descriptor for DATE handling.
DecimalTypeDescriptor
          Descriptor for DECIMAL handling.
DoubleTypeDescriptor
          Descriptor for DOUBLE handling.
FloatTypeDescriptor
          Descriptor for FLOAT handling.
IntegerTypeDescriptor
          Descriptor for INTEGER handling.
LongVarbinaryTypeDescriptor
          Descriptor for LONGVARBINARY handling.
LongVarcharTypeDescriptor
          Descriptor for LONGVARCHAR handling.
NumericTypeDescriptor
          Descriptor for NUMERIC handling.
RealTypeDescriptor
          Descriptor for REAL handling.
SmallIntTypeDescriptor
          Descriptor for SMALLINT handling.
SqlTypeDescriptor
          Descriptor for the SQL/JDBC side of a value mapping.
TimestampTypeDescriptor
          Descriptor for TIMESTAMP handling.
TimeTypeDescriptor
          Descriptor for TIME handling.
TinyIntTypeDescriptor
          Descriptor for TINYINT handling.
VarbinaryTypeDescriptor
          Descriptor for VARBINARY handling.
VarcharTypeDescriptor
          Descriptor for VARCHAR handling.
 



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