Class MigrationModel
java.lang.Object
io.ebeaninternal.dbmigration.model.MigrationModel
Build the model from the series of migrations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNextVersion(String initialVersion)read(boolean dbinitMigration)Read all the migrations returning the model with all the migrations applied in version order.
-
Constructor Details
-
MigrationModel
-
-
Method Details
-
read
Read all the migrations returning the model with all the migrations applied in version order.- Parameters:
dbinitMigration- If true we don't apply model changes, migration is from scratch.
-
getNextVersion
-