| Class | Description |
|---|---|
| DerbyDialect |
Derby (http://db.apache.org/derby/)
NOTE: Dialect supports a LIMIT and OFFSET of the Derby release 10.5 |
| FirebirdDialect | |
| H2Dialect |
H2 (http://www.h2database.com)
|
| HsqldbDialect |
Hsqldb dialect (http://hsqldb.org)
|
| MSSqlDialect |
Dialect for the MSSQL tested on SQL Server 2008 R2 with Microsoft SQL Server JDBC Driver 3.0
from http://msdn.microsoft.com/data/jdbc
http://www.microsoft.com/sqlserver/ Note: This dialect the is an early release 1.10.beta. |
| MySqlDialect |
Dialect for the MySQL since release 5.0 for the InnoDB engine.
|
| OracleDialect |
Oracle (www.oracle.com/) release 9.0
|
| PostgreSqlDialect |
PostgreSQL (http://www.postgresql.org/)
|
Copyright 2013, Pavel Ponec