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