Uses of Interface
io.ebean.config.dbplatform.DbHistorySupport
| Package | Description |
|---|---|
| io.ebean.config.dbplatform |
Database platform specific support
|
| io.ebean.config.dbplatform.h2 |
H2 specific support.
|
| io.ebean.config.dbplatform.hana |
SAP HANA specific support.
|
| io.ebean.config.dbplatform.mariadb | |
| io.ebean.config.dbplatform.mysql |
MySql specific support.
|
| io.ebean.config.dbplatform.nuodb |
NuoDB specific support.
|
| io.ebean.config.dbplatform.oracle |
Oracle specific support.
|
| io.ebean.config.dbplatform.postgres |
Postgres specific support.
|
| io.ebean.config.dbplatform.sqlserver |
SqlServer specific support.
|
-
Uses of DbHistorySupport in io.ebean.config.dbplatform
Classes in io.ebean.config.dbplatform that implement DbHistorySupport Modifier and Type Class Description classDbStandardHistorySupportSQL2011 based history support using 'as of timestamp' type clause appended as part of the the from or join clause.classDbViewHistorySupportDatabase view based implementation of DbHistorySupport.Methods in io.ebean.config.dbplatform that return DbHistorySupport Modifier and Type Method Description DbHistorySupportDatabasePlatform. getHistorySupport()Return the history support for this database platform.Methods in io.ebean.config.dbplatform with parameters of type DbHistorySupport Modifier and Type Method Description voidDatabasePlatform. setHistorySupport(DbHistorySupport historySupport)Set the history support for this database platform. -
Uses of DbHistorySupport in io.ebean.config.dbplatform.h2
Classes in io.ebean.config.dbplatform.h2 that implement DbHistorySupport Modifier and Type Class Description classH2HistorySupportRuntime support for @History with H2. -
Uses of DbHistorySupport in io.ebean.config.dbplatform.hana
Classes in io.ebean.config.dbplatform.hana that implement DbHistorySupport Modifier and Type Class Description classHanaHistorySupport -
Uses of DbHistorySupport in io.ebean.config.dbplatform.mariadb
Classes in io.ebean.config.dbplatform.mariadb that implement DbHistorySupport Modifier and Type Class Description classMariaDbHistorySupportHistory support for MariaDB. -
Uses of DbHistorySupport in io.ebean.config.dbplatform.mysql
Classes in io.ebean.config.dbplatform.mysql that implement DbHistorySupport Modifier and Type Class Description classMySqlHistorySupportRuntime support for @History with MySql. -
Uses of DbHistorySupport in io.ebean.config.dbplatform.nuodb
Classes in io.ebean.config.dbplatform.nuodb that implement DbHistorySupport Modifier and Type Class Description classNuoDbHistorySupportRuntime support for @History with NuoDB. -
Uses of DbHistorySupport in io.ebean.config.dbplatform.oracle
Classes in io.ebean.config.dbplatform.oracle that implement DbHistorySupport Modifier and Type Class Description classOracleDbHistorySupportOracle Total recall based history support. -
Uses of DbHistorySupport in io.ebean.config.dbplatform.postgres
Classes in io.ebean.config.dbplatform.postgres that implement DbHistorySupport Modifier and Type Class Description classPostgresHistorySupportPostgres support for history features. -
Uses of DbHistorySupport in io.ebean.config.dbplatform.sqlserver
Classes in io.ebean.config.dbplatform.sqlserver that implement DbHistorySupport Modifier and Type Class Description classSqlServerHistorySupportHistory support only valid on SqlServer 2016 or later.