Uses of Class
io.ebeaninternal.dbmigration.ddlgeneration.platform.HistoryTableUpdate.Change
-
Packages that use HistoryTableUpdate.Change Package Description io.ebeaninternal.dbmigration.ddlgeneration.platform -
-
Uses of HistoryTableUpdate.Change in io.ebeaninternal.dbmigration.ddlgeneration.platform
Methods in io.ebeaninternal.dbmigration.ddlgeneration.platform that return HistoryTableUpdate.Change Modifier and Type Method Description static HistoryTableUpdate.ChangeHistoryTableUpdate.Change. valueOf(String name)Returns 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.Change Modifier and Type Method Description voidHistoryTableUpdate. add(HistoryTableUpdate.Change change, String column)Add a comment for column added, dropped, included or excluded.
-