| 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.errorhandler |
Interfaces for handling errors that occur during migration.
|
| Class | Description |
|---|---|
| ErrorHandler |
Handler for warnings and errors that occur during a migration.
|
| Class | Description |
|---|---|
| ErrorHandler |
Handler for warnings and errors that occur during a migration.
|
| Class | Description |
|---|---|
| Context |
The context passed to an error handler.
|
| Error |
An error that occurred while executing a statement.
|
| Warning |
A warning that occurred while executing a statement.
|
Copyright © 2018. All rights reserved.