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 . |
Modifier and Type | Class and Description |
---|---|
static class |
PostgresUUIDType.PostgresUUIDSqlTypeDescriptor |
Modifier and Type | Method and Description |
---|---|
SqlTypeDescriptor |
AbstractStandardBasicType.getSqlTypeDescriptor() |
Modifier and Type | Method and Description |
---|---|
protected T |
AlternativeLobTypes.createLobType(Class<? extends T> lobTypeClass,
Constructor constructor,
SqlTypeDescriptor sqlTypeDescriptor) |
Modifier and Type | Class and Description |
---|---|
class |
BigIntTypeDescriptor
Descriptor for
BIGINT handling. |
class |
BinaryTypeDescriptor
Descriptor for
BINARY handling. |
class |
BitTypeDescriptor
Descriptor for
BIT handling. |
class |
BlobTypeDescriptor
Descriptor for
BLOB handling. |
class |
CharTypeDescriptor
Descriptor for
CHAR handling. |
class |
ClobTypeDescriptor
Descriptor for
CLOB handling. |
class |
DateTypeDescriptor
Descriptor for
DATE handling. |
class |
DecimalTypeDescriptor
Descriptor for
DECIMAL handling. |
class |
DoubleTypeDescriptor
Descriptor for
DOUBLE handling. |
class |
FloatTypeDescriptor
Descriptor for
FLOAT handling. |
class |
IntegerTypeDescriptor
Descriptor for
INTEGER handling. |
class |
LongVarbinaryTypeDescriptor
Descriptor for
LONGVARBINARY handling. |
class |
LongVarcharTypeDescriptor
Descriptor for
LONGVARCHAR handling. |
class |
NumericTypeDescriptor
Descriptor for
NUMERIC handling. |
class |
RealTypeDescriptor
Descriptor for
REAL handling. |
class |
SmallIntTypeDescriptor
Descriptor for
SMALLINT handling. |
class |
TimestampTypeDescriptor
Descriptor for
TIMESTAMP handling. |
class |
TimeTypeDescriptor
Descriptor for
TIME handling. |
class |
TinyIntTypeDescriptor
Descriptor for
TINYINT handling. |
class |
VarbinaryTypeDescriptor
Descriptor for
VARBINARY handling. |
class |
VarcharTypeDescriptor
Descriptor for
VARCHAR handling. |
Modifier and Type | Method and Description |
---|---|
SqlTypeDescriptor |
BasicBinder.getSqlDescriptor() |
SqlTypeDescriptor |
BasicExtractor.getSqlDescriptor() |
Constructor and Description |
---|
BasicBinder(JavaTypeDescriptor<J> javaDescriptor,
SqlTypeDescriptor sqlDescriptor) |
BasicExtractor(JavaTypeDescriptor<J> javaDescriptor,
SqlTypeDescriptor sqlDescriptor) |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved