| Package | Description |
|---|---|
| com.avaje.ebean.config.dbplatform |
Database platform specific support
|
| Modifier and Type | Class and Description |
|---|---|
class |
DbStandardHistorySupport
SQL2011 based history support using 'as of timestamp' type clause appended as part of the the from or join clause.
|
class |
DbViewHistorySupport
Database view based implementation of DbHistorySupport.
|
class |
H2HistorySupport
Runtime support for @History with H2.
|
class |
MySqlHistorySupport
Runtime support for @History with MySql.
|
class |
OracleDbHistorySupport
Oracle Total recall based history support.
|
class |
PostgresHistorySupport
Postgres support for history features.
|
| Modifier and Type | Field and Description |
|---|---|
protected DbHistorySupport |
DatabasePlatform.historySupport
The history support for this database platform.
|
| Modifier and Type | Method and Description |
|---|---|
DbHistorySupport |
DatabasePlatform.getHistorySupport()
Return the history support for this database platform.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabasePlatform.setHistorySupport(DbHistorySupport historySupport)
Set the history support for this database platform.
|
Copyright © 2016. All rights reserved.