|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Migration | |
|---|---|
| com.googlecode.flyway.core.metadatatable | Private API. |
| com.googlecode.flyway.core.migration | SchemaVersion class, the rest is Private API. |
| com.googlecode.flyway.core.migration.init | Private API. |
| com.googlecode.flyway.core.migration.java | Support for Java migrations. |
| com.googlecode.flyway.core.migration.sql | Private API. |
| com.googlecode.flyway.core.validation | Private API. |
| Uses of Migration in com.googlecode.flyway.core.metadatatable |
|---|
| Constructors in com.googlecode.flyway.core.metadatatable with parameters of type Migration | |
|---|---|
MetaDataTableRow(Migration migration)
Initializes a new metadatatable row with this migration. |
|
| Uses of Migration in com.googlecode.flyway.core.migration |
|---|
| Methods in com.googlecode.flyway.core.migration that return types with arguments of type Migration | |
|---|---|
java.util.List<Migration> |
MigrationProvider.findAvailableMigrations()
Finds all available migrations using all migration resolvers (sql, java, ...). |
java.util.Collection<Migration> |
MigrationResolver.resolveMigrations()
Resolves the available migrations. |
| Methods in com.googlecode.flyway.core.migration with parameters of type Migration | |
|---|---|
MetaDataTableRow |
DbMigrator.applyMigration(Migration migration)
Applies this migration to the database. |
int |
Migration.compareTo(Migration o)
|
| Method parameters in com.googlecode.flyway.core.migration with type arguments of type Migration | |
|---|---|
int |
DbMigrator.migrate(java.util.List<Migration> migrations)
Starts the actual migration. |
| Uses of Migration in com.googlecode.flyway.core.migration.init |
|---|
| Subclasses of Migration in com.googlecode.flyway.core.migration.init | |
|---|---|
class |
InitMigration
Special type of migration used to mark the initial state of the database from which Flyway can migrate to subsequent versions. |
| Uses of Migration in com.googlecode.flyway.core.migration.java |
|---|
| Subclasses of Migration in com.googlecode.flyway.core.migration.java | |
|---|---|
class |
JavaMigrationExecutor
Adapter for executing migrations implementing JavaMigration. |
| Methods in com.googlecode.flyway.core.migration.java that return types with arguments of type Migration | |
|---|---|
java.util.Collection<Migration> |
JavaMigrationResolver.resolveMigrations()
|
| Uses of Migration in com.googlecode.flyway.core.migration.sql |
|---|
| Subclasses of Migration in com.googlecode.flyway.core.migration.sql | |
|---|---|
class |
SqlMigration
Database migration based on a sql file. |
| Methods in com.googlecode.flyway.core.migration.sql that return types with arguments of type Migration | |
|---|---|
java.util.Collection<Migration> |
SqlMigrationResolver.resolveMigrations()
|
| Uses of Migration in com.googlecode.flyway.core.validation |
|---|
| Method parameters in com.googlecode.flyway.core.validation with type arguments of type Migration | |
|---|---|
java.lang.String |
DbValidator.validate(java.util.List<Migration> resolvedMigrations)
Validate the checksum of all existing sql migration in the metadata table with the checksum of the sql migrations in the classpath |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||