Class MySqlHistoryDdl
java.lang.Object
io.ebeaninternal.dbmigration.ddlgeneration.platform.DbTableBasedHistoryDdl
io.ebeaninternal.dbmigration.ddlgeneration.platform.DbTriggerBasedHistoryDdl
io.ebeaninternal.dbmigration.ddlgeneration.platform.MySqlHistoryDdl
- All Implemented Interfaces:
PlatformHistoryDdl,PlatformHistoryDdl.TableBased
MySql history support using DB triggers to maintain a history table.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.ebeaninternal.dbmigration.ddlgeneration.platform.PlatformHistoryDdl
PlatformHistoryDdl.TableBased -
Method Summary
Methods inherited from class io.ebeaninternal.dbmigration.ddlgeneration.platform.DbTriggerBasedHistoryDdl
addHistoryTable, configure, createWithHistory, dropHistoryTable, updateTriggersMethods inherited from class io.ebeaninternal.dbmigration.ddlgeneration.platform.DbTableBasedHistoryDdl
historyTableName