Package | Description |
---|---|
org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
org.hibernate.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.spatial |
This package defines the central Hibernate Spatial APIs.
|
org.hibernate.spatial.dialect.h2geodb |
This package contains the H2 Dialect extensions for the GeoDB dialect.
|
org.hibernate.spatial.dialect.hana | |
org.hibernate.spatial.dialect.mysql |
This package contains the spatial extensions for the MySQL dialect.
|
org.hibernate.spatial.dialect.oracle |
This package contains the spatial extensions for the Oracle 10g dialect.
|
org.hibernate.spatial.dialect.postgis |
This package contains the spatial extensions for the Postgresql dialect.
|
org.hibernate.spatial.dialect.sqlserver |
This package contains the spatial extensions for the SqlServer2008 dialect.
|
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.
|
Class and Description |
---|
BasicBinder
Convenience base implementation of
ValueBinder |
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 |
---|
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 |
---|
BasicExtractor
Convenience base implementation of
ValueExtractor |
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 |
---|
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
Maintains the JDBC recommended mappings for JDBC type-code to/from Java Class
as defined in _Appendix B : Data Type Conversion Tables_ of the _JDBC 4.0 Specification_
Eventually, the plan is to have
Dialect and
DatabaseMetaData.getTypeInfo() contribute this information. |
LobTypeMappings |
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-2018 Red Hat, Inc. All Rights Reserved.