Uses of Interface
io.ebean.dbmigration.DbMigration
-
Packages that use DbMigration Package Description io.ebean.dbmigration Generates DDL migration scripts based on changes to the model. -
-
Uses of DbMigration in io.ebean.dbmigration
Methods in io.ebean.dbmigration that return DbMigration Modifier and Type Method Description static DbMigrationDbMigration. create()Create a DbMigration implementation to use.
-