Uses of Interface
io.ebean.config.dbplatform.DbHistorySupport
-
Packages that use DbHistorySupport Package Description io.ebean.config.dbplatform Database platform 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.Fields in io.ebean.config.dbplatform declared as DbHistorySupport Modifier and Type Field Description protected DbHistorySupportDatabasePlatform. historySupportThe history support for this database platform.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.
-