| 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 |
FlywayException, MigrationInfo and related classes.
|
| org.flywaydb.core.api.callback |
Interfaces for Flyway lifecycle callbacks.
|
| org.flywaydb.core.api.configuration |
Interfaces for Flyway configuration injection.
|
| org.flywaydb.core.api.migration |
Interfaces for Migration implementors.
|
| org.flywaydb.core.api.resolver |
Interfaces for Migration resolvers.
|
| Class | Description |
|---|---|
| FlywayException |
Exception thrown when Flyway encounters a problem.
|
| MigrationInfoService |
Info about all migrations, including applied, current and pending with details and status.
|
| MigrationVersion |
A version of a migration.
|
| Class | Description |
|---|---|
| MigrationInfo |
Info about a migration.
|
| MigrationState |
The state of a migration.
|
| MigrationType |
Type of migration.
|
| MigrationVersion |
A version of a migration.
|
| Class | Description |
|---|---|
| MigrationInfo |
Info about a migration.
|
| Class | Description |
|---|---|
| MigrationVersion |
A version of a migration.
|
| Class | Description |
|---|---|
| MigrationVersion |
A version of a migration.
|
| Class | Description |
|---|---|
| MigrationType |
Type of migration.
|
| MigrationVersion |
A version of a migration.
|
Copyright © 2018. All rights reserved.