|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MigrationResolver | |
|---|---|
| com.googlecode.flyway.core.migration.java | |
| com.googlecode.flyway.core.migration.sql | |
| com.googlecode.flyway.core.runtime | |
| Uses of MigrationResolver in com.googlecode.flyway.core.migration.java |
|---|
| Classes in com.googlecode.flyway.core.migration.java that implement MigrationResolver | |
|---|---|
class |
JavaMigrationResolver
Migration resolver for java class based migrations. |
| Uses of MigrationResolver in com.googlecode.flyway.core.migration.sql |
|---|
| Classes in com.googlecode.flyway.core.migration.sql that implement MigrationResolver | |
|---|---|
class |
SqlMigrationResolver
Migration resolver for sql files on the classpath. |
| Uses of MigrationResolver in com.googlecode.flyway.core.runtime |
|---|
| Constructor parameters in com.googlecode.flyway.core.runtime with type arguments of type MigrationResolver | |
|---|---|
DbMigrator(org.springframework.transaction.support.TransactionTemplate transactionTemplate,
org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
DbSupport dbSupport,
java.util.Collection<MigrationResolver> migrationResolvers,
MetaDataTable metaDataTable)
Creates a new database migrator. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||