| Package | Description |
|---|---|
| org.flywaydb.core |
The main Flyway package and for most users, the only one they'll ever need to know about.
|
| Modifier and Type | Method and Description |
|---|---|
MigrationResolver[] |
Flyway.getResolvers()
Retrieves the The custom MigrationResolvers to be used in addition to the built-in ones for resolving Migrations to apply.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Flyway.setResolvers(MigrationResolver... resolvers)
Sets custom MigrationResolvers to be used in addition to the built-in ones for resolving Migrations to apply.
|
Copyright © 2015. All rights reserved.