站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

Uses of Package net.sf.hibernate.dialect (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Package
net.sf.hibernate.dialect

Packages that use net.sf.hibernate.dialect
net.sf.hibernate.cfg   
net.sf.hibernate.dialect   
net.sf.hibernate.engine   
net.sf.hibernate.exception   
net.sf.hibernate.hql   
net.sf.hibernate.id   
net.sf.hibernate.impl   
net.sf.hibernate.loader   
net.sf.hibernate.mapping   
net.sf.hibernate.persister   
net.sf.hibernate.sql   
net.sf.hibernate.tool.hbm2ddl   
 

Classes in net.sf.hibernate.dialect used by net.sf.hibernate.cfg
Dialect
          Represents a dialect of SQL implemented by a particular RDBMS.
 

Classes in net.sf.hibernate.dialect used by net.sf.hibernate.dialect
DB2Dialect
          An SQL dialect for DB2.
Dialect
          Represents a dialect of SQL implemented by a particular RDBMS.
InterbaseDialect
          An SQL dialect for Interbase.
Oracle9Dialect
          An SQL dialect for Oracle 9 (uses ANSI-style syntax where possible).
SQLFunction
          Provides support routines for the HQL functions as used in the various SQL Dialects Provides an interface for supporting various HQL functions that are translated to SQL.
SybaseDialect
          An SQL dialect compatible with Sybase and MS SQL Server.
 

Classes in net.sf.hibernate.dialect used by net.sf.hibernate.engine
Dialect
          Represents a dialect of SQL implemented by a particular RDBMS.
 

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

Classes in net.sf.hibernate.dialect used by net.sf.hibernate.hql
Dialect
          Represents a dialect of SQL implemented by a particular RDBMS.
 

Classes in net.sf.hibernate.dialect used by net.sf.hibernate.id
Dialect
          Represents a dialect of SQL implemented by a particular RDBMS.
 

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

Classes in net.sf.hibernate.dialect used by net.sf.hibernate.loader
Dialect
          Represents a dialect of SQL implemented by a particular RDBMS.
 

Classes in net.sf.hibernate.dialect used by net.sf.hibernate.mapping
Dialect
          Represents a dialect of SQL implemented by a particular RDBMS.
 

Classes in net.sf.hibernate.dialect used by net.sf.hibernate.persister
Dialect
          Represents a dialect of SQL implemented by a particular RDBMS.
 

Classes in net.sf.hibernate.dialect used by net.sf.hibernate.sql
Dialect
          Represents a dialect of SQL implemented by a particular RDBMS.
 

Classes in net.sf.hibernate.dialect used by net.sf.hibernate.tool.hbm2ddl
Dialect
          Represents a dialect of SQL implemented by a particular RDBMS.