Uses of Interface
io.ebean.dbmigration.DbMigration
Packages that use DbMigration
Package
Description
Generates DDL migration scripts based on changes to the model.
Generation DDL migration scripts based on changes to the model.
-
Uses of DbMigration in io.ebean.dbmigration
Methods in io.ebean.dbmigration that return DbMigrationModifier and TypeMethodDescriptionstatic DbMigrationDbMigration.create()Create a DbMigration implementation to use. -
Uses of DbMigration in io.ebeaninternal.dbmigration
Classes in io.ebeaninternal.dbmigration that implement DbMigrationModifier and TypeClassDescriptionclassGenerates DB Migration xml and sql scripts.