Uses of Interface
io.ebean.config.dbplatform.DbHistorySupport
Packages that use DbHistorySupport
-
Uses of DbHistorySupport in io.ebean.config.dbplatform
Classes in io.ebean.config.dbplatform that implement DbHistorySupportModifier and TypeClassDescriptionclass
SQL2011 based history support using 'as of timestamp' type clause appended as part of the the from or join clause.class
Database view based implementation of DbHistorySupport.Fields in io.ebean.config.dbplatform declared as DbHistorySupportModifier and TypeFieldDescriptionprotected DbHistorySupport
DatabasePlatform.historySupport
The history support for this database platform.Methods in io.ebean.config.dbplatform that return DbHistorySupportModifier and TypeMethodDescriptionDatabasePlatform.historySupport()
Return the history support for this database platform.Methods in io.ebean.config.dbplatform with parameters of type DbHistorySupportModifier and TypeMethodDescriptionvoid
DatabasePlatform.setHistorySupport
(DbHistorySupport historySupport) Set the history support for this database platform.