Uses of Interface
io.ebean.migration.MigrationResource
-
Uses of MigrationResource in io.ebean.migration
Methods in io.ebean.migration that return types with arguments of type MigrationResourceModifier and TypeMethodDescriptionMigrationRunner.checkState()Return the migrations that would be applied if the migration is run.MigrationRunner.checkState(MigrationContext context) Return the migrations that would be applied if the migration is run.MigrationRunner.checkState(Connection connection) Return the migrations that would be applied if the migration is run.MigrationRunner.checkState(DataSource dataSource) Return the migrations that would be applied if the migration is run.Methods in io.ebean.migration with parameters of type MigrationResourceModifier and TypeMethodDescriptionintMigrationResource.compareTo(MigrationResource other) Default ordering by version.