Uses of Package
io.ebean.migration
-
Classes in io.ebean.migration used by io.ebean.migrationClassDescriptionInterface to be implemented by Jdbc Java Migrations.Factory to create and initialise a JdbcMigration.Migration implementors that also implement this interface will be able to specify their checksum (for validation), instead of having it automatically computed or default to null (for Java Migrations).Configuration used to run the migration.A DB migration resource - typically a resource containing SQL.The version of a migration used so that migrations are processed in order.