Uses of Class
io.ebeaninternal.dbmigration.migration.DropHistoryTable
-
-
Uses of DropHistoryTable in io.ebeaninternal.dbmigration.ddlgeneration
Methods in io.ebeaninternal.dbmigration.ddlgeneration with parameters of type DropHistoryTable Modifier and Type Method Description voidBaseDdlHandler. generate(DdlWrite writer, DropHistoryTable dropHistoryTable)voidDdlHandler. generate(DdlWrite writer, DropHistoryTable dropHistoryTable)voidTableDdl. generate(DdlWrite writer, DropHistoryTable dropHistoryTable)Write the DropHistoryTable change. -
Uses of DropHistoryTable in io.ebeaninternal.dbmigration.ddlgeneration.platform
Methods in io.ebeaninternal.dbmigration.ddlgeneration.platform with parameters of type DropHistoryTable Modifier and Type Method Description voidDbTriggerBasedHistoryDdl. dropHistoryTable(DdlWrite writer, DropHistoryTable dropHistoryTable)voidHanaHistoryDdl. dropHistoryTable(DdlWrite writer, DropHistoryTable dropHistoryTable)voidMariaDbHistoryDdl. dropHistoryTable(DdlWrite writer, DropHistoryTable dropHistoryTable)voidNoHistorySupportDdl. dropHistoryTable(DdlWrite writer, DropHistoryTable dropHistoryTable)voidPlatformDdl. dropHistoryTable(DdlWrite writer, DropHistoryTable dropHistoryTable)Drop history support for a given table.voidPlatformHistoryDdl. dropHistoryTable(DdlWrite writer, DropHistoryTable dropHistoryTable)Drop history support for the given table.voidSqlServerHistoryDdl. dropHistoryTable(DdlWrite writer, DropHistoryTable dropHistoryTable)voidBaseTableDdl. generate(DdlWrite writer, DropHistoryTable dropHistoryTable)Add drop history table DDL. -
Uses of DropHistoryTable in io.ebeaninternal.dbmigration.migration
Methods in io.ebeaninternal.dbmigration.migration that return DropHistoryTable Modifier and Type Method Description DropHistoryTableObjectFactory. createDropHistoryTable()Create an instance ofDropHistoryTable -
Uses of DropHistoryTable in io.ebeaninternal.dbmigration.model
Methods in io.ebeaninternal.dbmigration.model with parameters of type DropHistoryTable Modifier and Type Method Description voidModelDiff. addDropHistoryTable(DropHistoryTable dropHistoryTable)Add the DropHistoryTable to the 'drop history' changes.
-