| Package | Description |
|---|---|
| org.ovirt.engine.core.dal.dbbroker | |
| org.ovirt.engine.core.dao |
| Modifier and Type | Class and Description |
|---|---|
class |
PostgresDbEngineDialect
Postgres db engine dialect.
|
class |
SqlServerDbEngineDialect
SQL Server db engine dialect.
|
| Modifier and Type | Method and Description |
|---|---|
DbEngineDialect |
DbFacade.getDbEngineDialect() |
static DbEngineDialect |
DbFacadeLocator.loadDbEngineDialect()
Generate and sets the database engine dialect object according to configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DbFacade.setDbEngineDialect(DbEngineDialect dbEngineDialect) |
void |
SimpleJdbcCallsHandler.setDbEngineDialect(DbEngineDialect dialect) |
| Constructor and Description |
|---|
CustomMapSqlParameterSource(DbEngineDialect dialect) |
| Modifier and Type | Field and Description |
|---|---|
protected DbEngineDialect |
BaseDAODbFacade.dialect |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseDAODbFacade.setDialect(DbEngineDialect dialect) |
Copyright © 2012. All Rights Reserved.