Uses of Class
io.ebeaninternal.dbmigration.model.MColumn
Packages that use MColumn
-
Uses of MColumn in io.ebeaninternal.dbmigration.model
Methods in io.ebeaninternal.dbmigration.model that return MColumnModifier and TypeMethodDescriptionAdd a column checking if it already exists and if so return the existing column.MTable.addColumnScalar(String dbColumn, String columnDefn) MColumn.copyForDraft()Return a copy of this column used for creating the associated draft table.Return the column by name.Rename the column.Methods in io.ebeaninternal.dbmigration.model that return types with arguments of type MColumnModifier and TypeMethodDescriptionMTable.allColumns()Return all the columns (excluding columns marked as dropped).MTable.primaryKeyColumns()Return the list of columns that make the primary key.Methods in io.ebeaninternal.dbmigration.model with parameters of type MColumnModifier and TypeMethodDescriptionvoidAdd a model column (typically from EbeanServer meta data).voidCompare the column meta data and return true if there is a change that means the history table column needs