Uses of Class
io.ebeaninternal.dbmigration.migration.AddHistoryTable
Packages that use AddHistoryTable
Package
Description
-
Uses of AddHistoryTable in io.ebeaninternal.dbmigration.ddlgeneration
Methods in io.ebeaninternal.dbmigration.ddlgeneration with parameters of type AddHistoryTableModifier and TypeMethodDescriptionvoidBaseDdlHandler.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 AddHistoryTableModifier and TypeMethodDescriptionvoidDb2HistoryDdl.addHistoryTable(DdlWrite writer, AddHistoryTable addHistoryTable) 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 AddHistoryTableModifier and TypeMethodDescriptionObjectFactory.createAddHistoryTable()Create an instance ofAddHistoryTable -
Uses of AddHistoryTable in io.ebeaninternal.dbmigration.model
Methods in io.ebeaninternal.dbmigration.model with parameters of type AddHistoryTableModifier and TypeMethodDescriptionvoidModelDiff.addAddHistoryTable(AddHistoryTable addHistoryTable) Add the AddHistoryTable to apply changes.