| Package | Description |
|---|---|
| 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.sql |
Defines handling of the standard JDBC-defined types, as declared by
Types. |
| Class and Description |
|---|
| SqlTypeDescriptor
Descriptor for the SQL/JDBC side of a value mapping.
|
| Class and Description |
|---|
| 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. |
| 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 © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved