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.internal |
Internal support for Dialect resolution (from JDBC metadata) and Dialect building.
|
org.hibernate.engine.jdbc.dialect.spi |
Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.
|
org.hibernate.engine.jdbc.env.internal | |
org.hibernate.engine.jdbc.env.spi | |
org.hibernate.engine.jdbc.internal |
Internals for supporting various aspects of JDBC interaction
|
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.internal.classic |
This package contains the Hibernate 2.x query parser which
is being end-of-lifed.
|
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.factory.internal | |
org.hibernate.id.insert | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.internal.util |
Internal utility classes.
|
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.loader.plan.exec.query.internal |
Provides the internal implementation for generating the load query for the LoadPlan.
|
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.sql |
This package defines helper classes for rendering SQL
fragments and SQL statements.
|
org.hibernate.sql.ordering.antlr | |
org.hibernate.tool.schema.internal | |
org.hibernate.tool.schema.internal.exec | |
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 HANA dialects.
|
ColumnAliasExtractor
Strategy for extracting the unique column alias out of a
ResultSetMetaData . |
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.
|
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. |
MySQL5Dialect
An SQL dialect for MySQL 5.x specific features.
|
MySQL5InnoDBDialect
A Dialect for MySQL 5 using InnoDB engine
|
MySQLDialect
An SQL dialect for MySQL (prior to 5.x).
|
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
|
PostgreSQL92Dialect
An SQL dialect for Postgres 9.2 and later, adds support for JSON data type
|
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 |
---|
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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.