|
|||||||||
| Home >> All >> org >> hibernate >> [ dialect overview ] | PREV NEXT | ||||||||
Uses of Class
org.hibernate.dialect.Dialect
| Uses of Dialect in org.hibernate.dialect |
| Subclasses of Dialect in org.hibernate.dialect | |
class |
DataDirectOracle9Dialect
|
class |
DB2390Dialect
An SQL dialect for DB2/390. |
class |
DB2400Dialect
An SQL dialect for DB2/400 |
class |
DB2Dialect
An SQL dialect for DB2. |
class |
DerbyDialect
|
class |
FirebirdDialect
An SQL dialect for Firebird. |
class |
FrontBaseDialect
An SQL Dialect for Frontbase. |
class |
GenericDialect
A generic SQL dialect which may or may not work on any actual databases |
class |
HSQLDialect
An SQL dialect compatible with HSQLDB (Hypersonic SQL). |
class |
InformixDialect
Informix dialect. Seems to work with Informix Dynamic Server Version 7.31.UD3, Informix JDBC driver version 2.21JC3. |
class |
IngresDialect
An Ingres SQL dialect |
class |
InterbaseDialect
An SQL dialect for Interbase. |
class |
JDataStoreDialect
A Dialect for JDataStore. |
class |
MckoiDialect
An SQL dialect compatible with McKoi SQL |
class |
MimerSQLDialect
An Hibernate 3 SQL dialect for Mimer SQL. |
class |
MySQL5Dialect
An SQL dialect for MySQL 5.x specific features. |
class |
MySQLDialect
An SQL dialect for MySQL (prior to 5.x). |
class |
MySQLInnoDBDialect
|
class |
MySQLMyISAMDialect
|
class |
Oracle9Dialect
An SQL dialect for Oracle 9 (uses ANSI-style syntax where possible). |
class |
OracleDialect
An SQL dialect for Oracle, compatible with Oracle 8. |
class |
PointbaseDialect
A Dialect for Pointbase. |
class |
PostgreSQLDialect
An SQL dialect for Postgres |
class |
ProgressDialect
An SQL dialect compatible with Progress 9.1C Connection Parameters required: hibernate.dialect org.hibernate.sql.ProgressDialect hibernate.driver com.progress.sql.jdbc.JdbcProgressDriver hibernate.url jdbc:JdbcProgress:T:host:port:dbname;WorkArounds=536870912 hibernate.username username hibernate.password password The WorkArounds parameter in the URL is required to avoid an error in the Progress 9.1C JDBC driver related to PreparedStatements. |
class |
RDMSOS2200Dialect
|
class |
SAPDBDialect
An SQL dialect compatible with SAP DB. |
class |
SQLServer7Dialect
Dialect for SQLServer7 |
class |
SQLServerDialect
A dialect for Microsoft SQL Server 2000 |
class |
Sybase11Dialect
A SQL dialect suitable for use with Sybase 11.9.2 (specifically: avoids ANSI JOIN syntax) |
class |
SybaseAnywhereDialect
SQL Dialect for Sybase Anywhere extending Sybase (Enterprise) Dialect (Tested on ASA 8.x) |
class |
SybaseDialect
An SQL dialect compatible with Sybase and MS SQL Server. |
class |
TimesTenDialect
A SQL dialect for TimesTen 5.1. |
| Methods in org.hibernate.dialect that return Dialect | |
static Dialect |
DialectFactory.buildDialect(java.util.Properties props,
java.lang.String databaseName,
int databaseMajorVersion)
Builds an appropriate Dialect instance. |
static Dialect |
DialectFactory.determineDialect(java.lang.String databaseName,
int databaseMajorVersion)
Determine the appropriate Dialect to use given the database product name and major version. |
static Dialect |
DialectFactory.buildDialect(java.lang.String dialectName)
Returns a dialect instance given the name of the class to use. |
static Dialect |
Dialect.getDialect()
Get the Dialect specified by the current System properties. |
static Dialect |
Dialect.getDialect(java.util.Properties props)
Get the Dialect specified by the given properties or system properties. |
|
|||||||||
| Home >> All >> org >> hibernate >> [ dialect overview ] | PREV NEXT | ||||||||