Uses of Class
io.ebeaninternal.dbmigration.migration.AddHistoryTable
-
-
Uses of AddHistoryTable in io.ebeaninternal.dbmigration.ddlgeneration
Methods in io.ebeaninternal.dbmigration.ddlgeneration with parameters of type AddHistoryTable Modifier and Type Method Description voidBaseDdlHandler. generate(DdlWrite writer, AddHistoryTable addHistoryTable)voidDdlHandler. generate(DdlWrite writer, AddHistoryTable addHistoryTable)voidTableDdl. generate(DdlWrite writer, AddHistoryTable addHistoryTable)Write the AddHistoryTable change. -
Uses of AddHistoryTable in io.ebeaninternal.dbmigration.ddlgeneration.platform
Methods in io.ebeaninternal.dbmigration.ddlgeneration.platform with parameters of type AddHistoryTable Modifier and Type Method Description voidDbTriggerBasedHistoryDdl. addHistoryTable(DdlWrite writer, AddHistoryTable addHistoryTable)voidHanaHistoryDdl. addHistoryTable(DdlWrite writer, AddHistoryTable addHistoryTable)voidMariaDbHistoryDdl. addHistoryTable(DdlWrite writer, AddHistoryTable addHistoryTable)voidNoHistorySupportDdl. addHistoryTable(DdlWrite writer, AddHistoryTable addHistoryTable)voidPlatformDdl. addHistoryTable(DdlWrite writer, AddHistoryTable addHistoryTable)Add history support to an existing table.voidPlatformHistoryDdl. addHistoryTable(DdlWrite writer, AddHistoryTable addHistoryTable)Add history support to the given table.voidSqlServerHistoryDdl. addHistoryTable(DdlWrite writer, AddHistoryTable addHistoryTable)voidBaseTableDdl. generate(DdlWrite writer, AddHistoryTable addHistoryTable)Add add history table DDL. -
Uses of AddHistoryTable in io.ebeaninternal.dbmigration.migration
Methods in io.ebeaninternal.dbmigration.migration that return AddHistoryTable Modifier and Type Method Description AddHistoryTableObjectFactory. createAddHistoryTable()Create an instance ofAddHistoryTable -
Uses of AddHistoryTable in io.ebeaninternal.dbmigration.model
Methods in io.ebeaninternal.dbmigration.model with parameters of type AddHistoryTable Modifier and Type Method Description voidModelDiff. addAddHistoryTable(AddHistoryTable addHistoryTable)Add the AddHistoryTable to apply changes.
-