Uses of Class
io.ebean.migration.runner.LocalMigrationResource
Packages that use LocalMigrationResource
-
Uses of LocalMigrationResource in io.ebean.migration
Fields in io.ebean.migration with type parameters of type LocalMigrationResourceModifier and TypeFieldDescriptionprotected List<LocalMigrationResource>MigrationRunner.checkMigrationsMethods in io.ebean.migration that return types with arguments of type LocalMigrationResourceModifier and TypeMethodDescriptionMigrationRunner.checkState()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. -
Uses of LocalMigrationResource in io.ebean.migration.runner
Subclasses of LocalMigrationResource in io.ebean.migration.runnerModifier and TypeClassDescriptionclassA DB migration resource (DDL script with version).classA DB migration resource (JdbcMigration with version).Methods in io.ebean.migration.runner that return types with arguments of type LocalMigrationResourceModifier and TypeMethodDescriptionLocalMigrationResources.getVersions()Return the list of migration resources in version order.MigrationTable.runAll(List<LocalMigrationResource> localVersions) Run all the migrations in order as needed.MigrationTable.runInit(LocalMigrationResource initVersion, List<LocalMigrationResource> localVersions) Run using an init migration.Methods in io.ebean.migration.runner with parameters of type LocalMigrationResourceModifier and TypeMethodDescriptionintLocalMigrationResource.compareTo(LocalMigrationResource o) Default ordering by version.MigrationTable.runInit(LocalMigrationResource initVersion, List<LocalMigrationResource> localVersions) Run using an init migration.Method parameters in io.ebean.migration.runner with type arguments of type LocalMigrationResourceModifier and TypeMethodDescriptionMigrationTable.runAll(List<LocalMigrationResource> localVersions) Run all the migrations in order as needed.MigrationTable.runInit(LocalMigrationResource initVersion, List<LocalMigrationResource> localVersions) Run using an init migration.