Package io.ebean.config.dbplatform.h2
Class H2HistorySupport
- java.lang.Object
-
- io.ebean.config.dbplatform.DbViewHistorySupport
-
- io.ebean.config.dbplatform.h2.H2HistorySupport
-
- All Implemented Interfaces:
DbHistorySupport
public class H2HistorySupport extends DbViewHistorySupport
Runtime support for @History with H2.
-
-
Constructor Summary
Constructors Constructor Description H2HistorySupport()
-
Method Summary
-
Methods inherited from class io.ebean.config.dbplatform.DbViewHistorySupport
getAsOfPredicate, getAsOfViewSuffix, getBindCount, getSysPeriodLower, getSysPeriodUpper, getVersionsBetweenSuffix, isStandardsBased
-
-
-
-
Constructor Detail
-
H2HistorySupport
public H2HistorySupport()
-
-