Uses of Package
org.hibernate.dialect

Packages that use org.hibernate.dialect
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.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.exception This package is a fork of Apache commons-lang nestable exceptions. 
org.hibernate.hql.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.insert   
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.jdbc This package abstracts the mechanism for dispatching SQL statements to the database, and implements interaction with JDBC. 
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.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.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. 
org.hibernate.util Utility classes. 
 

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
DB2Dialect
          An SQL dialect for DB2.
Dialect
          Represents a dialect of SQL implemented by a particular RDBMS.
DialectFactory.DatabaseDialectMapper
          For a given database product name, instances of DatabaseDialectMapper know which Dialect to use for different versions.
InterbaseDialect
          An SQL dialect for Interbase.
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.
SybaseDialect
          An SQL dialect compatible with Sybase and MS SQL Server.
 

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.engine
Dialect
          Represents a dialect of SQL implemented by a particular RDBMS.
 

Classes in org.hibernate.dialect used by org.hibernate.exception
Dialect
          Represents a dialect of SQL implemented by a particular RDBMS.
 

Classes in org.hibernate.dialect used by org.hibernate.hql.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.insert
Dialect
          Represents a dialect of SQL implemented by a particular RDBMS.
 

Classes in org.hibernate.dialect used by org.hibernate.impl
Dialect
          Represents a dialect of SQL implemented by a particular RDBMS.
 

Classes in org.hibernate.dialect used by org.hibernate.jdbc
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.persister.collection
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.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.
 

Classes in org.hibernate.dialect used by org.hibernate.util
Dialect
          Represents a dialect of SQL implemented by a particular RDBMS.