Uses of Interface
io.ebean.config.dbplatform.DbHistorySupport
-
Packages that use DbHistorySupport Package Description io.ebean.config.dbplatform Database platform specific supportio.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 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.Methods in io.ebean.config.dbplatform that return DbHistorySupport Modifier and Type Method Description DbHistorySupport
DatabasePlatform. 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 void
DatabasePlatform. 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 class
H2HistorySupport
Runtime 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 class
HanaHistorySupport
-
Uses of DbHistorySupport in io.ebean.config.dbplatform.mariadb
Classes in io.ebean.config.dbplatform.mariadb that implement DbHistorySupport Modifier and Type Class Description class
MariaDbHistorySupport
History 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 class
MySqlHistorySupport
Runtime 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 class
NuoDbHistorySupport
Runtime 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 class
OracleDbHistorySupport
Oracle 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 class
PostgresHistorySupport
Postgres 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 class
SqlServerHistorySupport
History support only valid on SqlServer 2016 or later.
-