| Package | Description |
|---|---|
| org.ujorm.orm |
The ORM support.
|
| org.ujorm.orm.dialect | |
| org.ujorm.orm.metaModel | |
| org.ujorm.orm.template |
| Modifier and Type | Field and Description |
|---|---|
protected SqlDialect |
SqlDialectEx.dialect
The main dialect
|
protected SqlDialect |
CriterionDecoder.dialect |
| Modifier and Type | Method and Description |
|---|---|
SqlDialect |
Session.getDialect(Class<? extends OrmUjo> ormType)
Check dialecttype
|
| Constructor and Description |
|---|
SqlDialectEx(SqlDialect dialect)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
DerbyDialect
Derby (http://db.apache.org/derby/)
NOTE: Dialect supports a LIMIT and OFFSET of the Derby release 10.5 |
class |
FirebirdDialect |
class |
H2Dialect
H2 (http://www.h2database.com)
|
class |
HsqldbDialect
Hsqldb dialect (http://hsqldb.org)
|
class |
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. |
class |
MySqlDialect
Dialect for the MySQL since release 5.0 for the InnoDB engine.
|
class |
OracleDialect
Oracle (www.oracle.com/) release 9.0
|
class |
PostgreSqlDialect
PostgreSQL (http://www.postgresql.org/)
|
| Modifier and Type | Field and Description |
|---|---|
static Key<MetaDatabase,Class<? extends SqlDialect>> |
MetaDatabase.DIALECT
SQL dialect type of Class<SqlDialect>
|
| Modifier and Type | Method and Description |
|---|---|
protected SqlDialect |
MetaDbService.getDialect() |
SqlDialect |
MetaDatabase.getDialect()
Returns a SQL dialect for the current database.
|
| Modifier and Type | Method and Description |
|---|---|
protected SqlDialect |
AliasTable.getDialect()
Returns SQL Dialect
|
Copyright 2013, Pavel Ponec