Uses of Class
io.ebeaninternal.dbmigration.model.ModelDiff
-
Packages that use ModelDiff Package Description io.ebeaninternal.dbmigration.model -
-
Uses of ModelDiff in io.ebeaninternal.dbmigration.model
Methods in io.ebeaninternal.dbmigration.model with parameters of type ModelDiff Modifier and Type Method Description voidMColumn. compare(ModelDiff modelDiff, MTable table, MColumn newColumn)Compare the column meta data and return true if there is a change that means the history table column needsvoidMIndex. compare(ModelDiff modelDiff, MIndex newIndex)Compare with an index of the same name.voidMTable. compare(ModelDiff modelDiff, MTable newTable)Compare to another version of the same table to perform a diff.
-