Uses of Enum
io.ebeaninternal.dbmigration.ddlgeneration.platform.HistoryTableUpdate.Change
Packages that use HistoryTableUpdate.Change
-
Uses of HistoryTableUpdate.Change in io.ebeaninternal.dbmigration.ddlgeneration.platform
Methods in io.ebeaninternal.dbmigration.ddlgeneration.platform that return HistoryTableUpdate.ChangeModifier and TypeMethodDescriptionstatic HistoryTableUpdate.ChangeReturns the enum constant of this type with the specified name.static HistoryTableUpdate.Change[]HistoryTableUpdate.Change.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.ebeaninternal.dbmigration.ddlgeneration.platform with parameters of type HistoryTableUpdate.ChangeModifier and TypeMethodDescriptionvoidHistoryTableUpdate.add(HistoryTableUpdate.Change change, String column)Add a comment for column added, dropped, included or excluded.