Uses of Interface
io.ebean.config.dbplatform.DbHistorySupport
-
Uses of DbHistorySupport in io.ebean.config.dbplatform
Modifier 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.Modifier and TypeFieldDescriptionprotected DbHistorySupport
DatabasePlatform.historySupport
The history support for this database platform.Modifier and TypeMethodDescriptionDatabasePlatform.getHistorySupport()
Return the history support for this database platform.Modifier and TypeMethodDescriptionvoid
DatabasePlatform.setHistorySupport
(DbHistorySupport historySupport) Set the history support for this database platform.