| Package | Description |
|---|---|
| com.googlecode.flyway.core |
The main Flyway package and for most users, the only one they'll ever need to know about.
|
| com.googlecode.flyway.core.api |
FlywayException, MigrationInfo and related classes.
|
| com.googlecode.flyway.core.api.migration |
Interfaces for Migration implementors.
|
| Class and 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 and Description |
|---|
| MigrationInfo
Info about a migration.
|
| MigrationState
The state of a migration.
|
| MigrationType
Type of migration.
|
| MigrationVersion
A version of a migration.
|
| Class and Description |
|---|
| MigrationVersion
A version of a migration.
|
Copyright © 2013. All rights reserved.