| Package | Description |
|---|---|
| org.hibernate.boot.model.naming |
Represents a proposed new approach to allowing hooks into the process of determining
the name of database objects (tables, columns, constraints, etc).
|
| org.hibernate.boot.model.relational | |
| org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
| org.hibernate.dialect.function |
A framework for defining database-specific SQL functions
that are available via the dialect.
|
| org.hibernate.dialect.identity | |
| org.hibernate.dialect.pagination |
Support for Dialect-specific pagination strategies
|
| org.hibernate.dialect.unique |
Support for Dialect-specific unique constraint definition
|
| org.hibernate.engine.jdbc.dialect.spi |
Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.
|
| org.hibernate.engine.jdbc.env.spi | |
| org.hibernate.engine.jdbc.spi |
SPI contracts for supporting various aspects of JDBC interaction
|
| org.hibernate.engine.spi | |
| org.hibernate.envers.enhanced | |
| org.hibernate.exception.spi | |
| org.hibernate.hql.spi.id |
Support for multi-table update and delete statements via id-tables.
|
| org.hibernate.hql.spi.id.inline | |
| org.hibernate.id |
This package contains internal implementation classes for the
main API interfaces.
|
| org.hibernate.id.enhanced |
Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified
configuration
|
| org.hibernate.id.factory | |
| org.hibernate.id.insert | |
| org.hibernate.loader |
This package defines functionality for processing JDBC
result sets and returning complex graphs of persistent
objects.
|
| org.hibernate.loader.criteria |
This package defines the criteria query compiler and loader
|
| org.hibernate.loader.custom |
This package defines a framework for custom loaders that accept
handwritten SQL
|
| org.hibernate.loader.hql |
This package defines a loader for the AST-based query parser
|
| org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
| org.hibernate.persister.collection |
This package abstracts the persistence mechanism for collections.
|
| org.hibernate.spatial.dialect.cockroachdb |
SpatialDialects for CockroachDB |
| org.hibernate.spatial.dialect.db2 | |
| 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.mariadb | |
| 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.sql |
This package defines helper classes for rendering SQL
fragments and SQL statements.
|
| org.hibernate.sql.ordering.antlr | |
| org.hibernate.testing | |
| org.hibernate.testing.boot | |
| org.hibernate.testing.env | |
| org.hibernate.testing.jdbc.leak | |
| org.hibernate.testing.junit4 | |
| org.hibernate.type |
A Hibernate Type is a strategy for mapping a
Java property type to a JDBC type or types.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| AbstractHANADialect
An abstract base class for SAP HANA dialects.
|
| CockroachDB192Dialect
An SQL dialect for CockroachDB 19.2 and later.
|
| ColumnAliasExtractor
Strategy for extracting the unique column alias out of a
ResultSetMetaData. |
| Database
List all supported relational database systems.
|
| DB2390Dialect
An SQL dialect for DB2/390.
|
| DB2400Dialect
An SQL dialect for DB2/400.
|
| DB2Dialect
An SQL dialect for DB2.
|
| DerbyDialect
Deprecated.
HHH-6073
|
| DerbyTenFiveDialect
Hibernate Dialect for Cloudscape 10 - aka Derby.
|
| DerbyTenSixDialect
Hibernate Dialect for Cloudscape 10 - aka Derby.
|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| InformixDialect
Informix dialect.
Seems to work with Informix Dynamic Server Version 7.31.UD3, Informix JDBC driver version 2.21JC3. |
| Ingres9Dialect
A SQL dialect for Ingres 9.3 and later versions.
|
| IngresDialect
An SQL dialect for Ingres 9.2.
|
| InterbaseDialect
An SQL dialect for Interbase.
|
| LobMergeStrategy
Strategy for how dialects need
LOB values to be merged. |
| MariaDB102Dialect |
| MariaDB10Dialect |
| MariaDB53Dialect |
| MariaDBDialect |
| MySQL55Dialect
An SQL dialect for MySQL 5.5.x specific features.
|
| MySQL57Dialect |
| MySQL5Dialect
An SQL dialect for MySQL 5.x specific features.
|
| MySQL5InnoDBDialect
Deprecated.
Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.
|
| MySQLDialect
An SQL dialect for MySQL (prior to 5.x).
|
| MySQLStorageEngine
This interface defines how various MySQL storage engines behave in regard to Hibernate functionality.
|
| Oracle10gDialect
A dialect specifically for use with Oracle 10g.
|
| Oracle8iDialect
A dialect for Oracle 8i.
|
| Oracle9Dialect
Deprecated.
Use either Oracle9iDialect or Oracle10gDialect instead
|
| Oracle9iDialect
A dialect for Oracle 9i databases.
|
| OracleTypesHelper
A Helper for dealing with the OracleTypes class
|
| PostgreSQL81Dialect
An SQL dialect for Postgres
For discussion of BLOB support in Postgres, as of 8.4, have a peek at
http://jdbc.postgresql.org/documentation/84/binary-data.html.
|
| PostgreSQL82Dialect
An SQL dialect for Postgres 8.2 and later, adds support for "if exists" when dropping tables
|
| PostgreSQL91Dialect
An SQL dialect for Postgres 9.1 and later, adds support for PARTITION BY as a keyword.
|
| PostgreSQL92Dialect
An SQL dialect for Postgres 9.2 and later, adds support for JSON data type
|
| PostgreSQL93Dialect
An SQL Dialect for PostgreSQL 9.3 and later.
|
| PostgreSQL94Dialect
An SQL dialect for Postgres 9.4 and later.
|
| PostgreSQL95Dialect
An SQL dialect for Postgres 9.5 and later.
|
| PostgreSQL9Dialect
An SQL dialect for Postgres 9 and later.
|
| PostgreSQLDialect
Deprecated.
use
PostgreSQL82Dialect instead |
| ResultColumnReferenceStrategy
Defines how we need to reference columns in the group-by, having, and order-by
clauses.
|
| SQLServer2005Dialect
A dialect for Microsoft SQL 2005.
|
| SQLServer2008Dialect
A dialect for Microsoft SQL Server 2008 with JDBC Driver 3.0 and above
|
| SQLServerDialect
A dialect for Microsoft SQL Server 2000
|
| SybaseASE15Dialect
An SQL dialect targeting Sybase Adaptive Server Enterprise (ASE) 15 and higher.
|
| SybaseDialect
All Sybase dialects share an IN list size limit.
|
| TeradataDialect
A dialect for the Teradata database created by MCR as part of the
dialect certification process.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| CockroachDB192Dialect
An SQL dialect for CockroachDB 19.2 and later.
|
| CockroachDB201Dialect
An SQL dialect for CockroachDB 20.1 and later.
|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| DB2Dialect
An SQL dialect for DB2.
|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| H2Dialect
A dialect compatible with the H2 database.
|
| Class and Description |
|---|
| AbstractHANADialect
An abstract base class for SAP HANA dialects.
|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| HANAColumnStoreDialect
An SQL dialect for the SAP HANA column store.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| MariaDB102Dialect |
| MariaDB103Dialect
An SQL dialect for MariaDB 10.3 and later, provides sequence support, lock-timeouts, etc.
|
| MariaDB10Dialect |
| MariaDB53Dialect |
| MariaDBDialect |
| MySQL5Dialect
An SQL dialect for MySQL 5.x specific features.
|
| MySQLDialect
An SQL dialect for MySQL (prior to 5.x).
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| MySQL55Dialect
An SQL dialect for MySQL 5.5.x specific features.
|
| MySQL57Dialect |
| MySQL5Dialect
An SQL dialect for MySQL 5.x specific features.
|
| MySQL8Dialect |
| MySQLDialect
An SQL dialect for MySQL (prior to 5.x).
|
| MySQLStorageEngine
This interface defines how various MySQL storage engines behave in regard to Hibernate functionality.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Oracle10gDialect
A dialect specifically for use with Oracle 10g.
|
| Oracle8iDialect
A dialect for Oracle 8i.
|
| Oracle9iDialect
A dialect for Oracle 9i databases.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| PostgreSQL10Dialect
An SQL dialect for Postgres 10 and later.
|
| PostgreSQL81Dialect
An SQL dialect for Postgres
For discussion of BLOB support in Postgres, as of 8.4, have a peek at
http://jdbc.postgresql.org/documentation/84/binary-data.html.
|
| PostgreSQL82Dialect
An SQL dialect for Postgres 8.2 and later, adds support for "if exists" when dropping tables
|
| PostgreSQL91Dialect
An SQL dialect for Postgres 9.1 and later, adds support for PARTITION BY as a keyword.
|
| PostgreSQL92Dialect
An SQL dialect for Postgres 9.2 and later, adds support for JSON data type
|
| PostgreSQL93Dialect
An SQL Dialect for PostgreSQL 9.3 and later.
|
| PostgreSQL94Dialect
An SQL dialect for Postgres 9.4 and later.
|
| PostgreSQL95Dialect
An SQL dialect for Postgres 9.5 and later.
|
| PostgreSQL9Dialect
An SQL dialect for Postgres 9 and later.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| SQLServer2005Dialect
A dialect for Microsoft SQL 2005.
|
| SQLServer2008Dialect
A dialect for Microsoft SQL Server 2008 with JDBC Driver 3.0 and above
|
| SQLServer2012Dialect
Microsoft SQL Server 2012 Dialect
|
| SQLServerDialect
A dialect for Microsoft SQL Server 2000
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
| Class and Description |
|---|
| Dialect
Represents a dialect of SQL implemented by a particular RDBMS.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.