| Package | Description |
|---|---|
| org.flywaydb.core |
The main Flyway package and for most users, the only one they'll ever need to know about.
|
| org.flywaydb.core.api.configuration |
Interfaces for Flyway configuration injection.
|
| org.flywaydb.core.api.resolver |
Interfaces for Migration resolvers.
|
| Modifier and Type | Method | Description |
|---|---|---|
MigrationResolver[] |
Flyway.getResolvers() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Flyway.setResolvers(MigrationResolver... resolvers) |
Sets custom MigrationResolvers to be used in addition to the built-in ones for resolving Migrations to apply.
|
| Modifier and Type | Method | Description |
|---|---|---|
MigrationResolver[] |
FlywayConfiguration.getResolvers() |
Retrieves the The custom MigrationResolvers to be used in addition to the built-in ones for resolving Migrations to apply.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
BaseMigrationResolver |
Base implementation of
MigrationResolver that handles configuration injections by storing the
configuration object in a field. |
Copyright © 2018. All rights reserved.