|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MigrationResolver | |
|---|---|
| com.google.code.flyway.core | |
| com.google.code.flyway.core.java | |
| com.google.code.flyway.core.sql | |
| Uses of MigrationResolver in com.google.code.flyway.core |
|---|
| Constructor parameters in com.google.code.flyway.core 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 migration. |
|
| Uses of MigrationResolver in com.google.code.flyway.core.java |
|---|
| Classes in com.google.code.flyway.core.java that implement MigrationResolver | |
|---|---|
class |
JavaMigrationResolver
Migration resolver for java class based migrations. |
| Uses of MigrationResolver in com.google.code.flyway.core.sql |
|---|
| Classes in com.google.code.flyway.core.sql that implement MigrationResolver | |
|---|---|
class |
SqlMigrationResolver
Migration resolver for sql files on the classpath. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||