Uses of Interface
io.ebean.config.dbplatform.DbHistorySupport
Packages that use DbHistorySupport
Package
Description
Database platform specific support
DB2 specific support.
H2 specific support.
SAP HANA specific support.
MySql specific support.
NuoDB specific support.
Oracle specific support.
Postgres specific support.
SqlServer specific support.
-
Uses of DbHistorySupport in io.ebean.config.dbplatform
Classes in io.ebean.config.dbplatform that implement DbHistorySupportModifier and TypeClassDescriptionclassSQL2011 based history support using 'as of timestamp' type clause appended as part of the the from or join clause.classDatabase view based implementation of DbHistorySupport.Methods in io.ebean.config.dbplatform that return DbHistorySupportModifier and TypeMethodDescriptionDatabasePlatform.getHistorySupport()Return the history support for this database platform.Methods in io.ebean.config.dbplatform with parameters of type DbHistorySupportModifier and TypeMethodDescriptionvoidDatabasePlatform.setHistorySupport(DbHistorySupport historySupport) Set the history support for this database platform. -
Uses of DbHistorySupport in io.ebean.config.dbplatform.db2
Classes in io.ebean.config.dbplatform.db2 that implement DbHistorySupport -
Uses of DbHistorySupport in io.ebean.config.dbplatform.h2
Classes in io.ebean.config.dbplatform.h2 that implement DbHistorySupport -
Uses of DbHistorySupport in io.ebean.config.dbplatform.hana
Classes in io.ebean.config.dbplatform.hana that implement DbHistorySupport -
Uses of DbHistorySupport in io.ebean.config.dbplatform.mariadb
Classes in io.ebean.config.dbplatform.mariadb that implement DbHistorySupport -
Uses of DbHistorySupport in io.ebean.config.dbplatform.mysql
Classes in io.ebean.config.dbplatform.mysql that implement DbHistorySupportModifier and TypeClassDescriptionclassRuntime support for @History with MySql. -
Uses of DbHistorySupport in io.ebean.config.dbplatform.nuodb
Classes in io.ebean.config.dbplatform.nuodb that implement DbHistorySupportModifier and TypeClassDescriptionclassRuntime support for @History with NuoDB. -
Uses of DbHistorySupport in io.ebean.config.dbplatform.oracle
Classes in io.ebean.config.dbplatform.oracle that implement DbHistorySupportModifier and TypeClassDescriptionclassOracle Total recall based history support. -
Uses of DbHistorySupport in io.ebean.config.dbplatform.postgres
Classes in io.ebean.config.dbplatform.postgres that implement DbHistorySupportModifier and TypeClassDescriptionclassPostgres support for history features. -
Uses of DbHistorySupport in io.ebean.config.dbplatform.sqlserver
Classes in io.ebean.config.dbplatform.sqlserver that implement DbHistorySupportModifier and TypeClassDescriptionclassHistory support only valid on SqlServer 2016 or later.