Package | Description |
---|---|
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.converter |
Support for handling JPA
AttributeConverter instances as part of the
Hibernate Type system. |
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 |
---|
SqlTypeDescriptor
Descriptor for the SQL/JDBC side of a value mapping.
|
Class and Description |
---|
SqlTypeDescriptor
Descriptor for the SQL/JDBC side of a value mapping.
|
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. |
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. |
JdbcTypeFamilyInformation
Information pertaining to JDBC type families.
|
JdbcTypeFamilyInformation.Family |
JdbcTypeJavaClassMappings
Presents recommended JDCB typecode <-> Java Class mappings.
|
LongNVarcharTypeDescriptor
Descriptor for
LONGNVARCHAR handling. |
LongVarbinaryTypeDescriptor
Descriptor for
LONGVARBINARY handling. |
LongVarcharTypeDescriptor
Descriptor for
LONGVARCHAR handling. |
NationalizedTypeMappings
Manages a mapping between nationalized and non-nationalized variants of JDBC types.
|
NCharTypeDescriptor
Descriptor for
NCHAR handling. |
NClobTypeDescriptor
Descriptor for
NCLOB handling. |
NumericTypeDescriptor
Descriptor for
NUMERIC handling. |
NVarcharTypeDescriptor
Descriptor for
NVARCHAR handling. |
RealTypeDescriptor
Descriptor for
REAL handling. |
SmallIntTypeDescriptor
Descriptor for
SMALLINT handling. |
SqlTypeDescriptor
Descriptor for the SQL/JDBC side of a value mapping.
|
SqlTypeDescriptorRegistry
Basically a map from JDBC type code (int) ->
SqlTypeDescriptor |
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-2015 Red Hat, Inc. All Rights Reserved.