| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
ErrorHandler[] |
Flyway.getErrorHandlers() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Flyway.setErrorHandlers(ErrorHandler... errorHandlers) |
Handlers for errors and warnings that occur during a migration.
|
| Modifier and Type | Method | Description |
|---|---|---|
ErrorHandler[] |
FlywayConfiguration.getErrorHandlers() |
Handlers for errors and warnings that occur during a migration.
|
Copyright © 2018. All rights reserved.