|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.hibernate.dialect | |
---|---|
org.hibernate.cache.ehcache | |
org.hibernate.cfg | This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. |
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.ejb.internal | |
org.hibernate.engine.jdbc.internal | |
org.hibernate.engine.jdbc.spi | |
org.hibernate.engine.spi | |
org.hibernate.envers.internal | |
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 | |
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.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.metamodel.relational | This package defines the metamodel of a relational database schema. |
org.hibernate.persister.collection | This package abstracts the persistence mechanism for collections. |
org.hibernate.service.jdbc.connections.internal | |
org.hibernate.service.jdbc.dialect.internal | |
org.hibernate.service.jdbc.dialect.spi | |
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.env | |
org.hibernate.testing.junit4 | |
org.hibernate.tool.hbm2ddl | The hbm2ddl tool. |
org.hibernate.type | A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. |
Classes in org.hibernate.dialect used by org.hibernate.cache.ehcache | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.cfg | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.dialect | |
---|---|
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. |
|
MySQLDialect
An SQL dialect for MySQL (prior to 5.x). |
|
Oracle8iDialect
A dialect for Oracle 8i. |
|
Oracle9Dialect
Deprecated. Use either Oracle9iDialect or Oracle10gDialect instead |
|
Oracle9iDialect
A dialect for Oracle 9i databases. |
|
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 |
|
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. |
|
SQLServerDialect
A dialect for Microsoft SQL Server 2000 |
|
SybaseASE15Dialect
An SQL dialect targeting Sybase Adaptive Server Enterprise (ASE) 15 and higher. |
Classes in org.hibernate.dialect used by org.hibernate.dialect.function | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.ejb.internal | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.engine.jdbc.internal | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.engine.jdbc.spi | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.engine.spi | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.envers.internal | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.exception.spi | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.hql.internal.classic | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.id | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.id.enhanced | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.id.factory | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.id.factory.internal | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.id.insert | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.internal | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.internal.util | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.loader | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.loader.criteria | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.loader.hql | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.mapping | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.metamodel.relational | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.persister.collection | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.service.jdbc.connections.internal | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.service.jdbc.dialect.internal | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.service.jdbc.dialect.spi | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.sql | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.sql.ordering.antlr | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.testing | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.testing.env | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.testing.junit4 | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.tool.hbm2ddl | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
Classes in org.hibernate.dialect used by org.hibernate.type | |
---|---|
Dialect
Represents a dialect of SQL implemented by a particular RDBMS. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |