| 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 and Description |
|---|---|
MigrationResolver[] |
Flyway.getResolvers() |
| 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.
|
| Modifier and Type | Method and 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 and Description |
|---|---|
class |
BaseMigrationResolver
Base implementation of
MigrationResolver that handles configuration injections by storing the
configuration object in a field. |
Copyright © 2017. All rights reserved.