Class |
Description |
BaseCallback |
Base implementation of Callback from which one can inherit.
|
BaseJavaMigration |
This is the recommended class to extend for implementing Java-based Migrations.
|
Callback |
This is the main callback interface that should be implemented to handle Flyway lifecycle events.
|
ClassicConfiguration |
JavaBean-style configuration for Flyway.
|
Configuration |
Flyway configuration.
|
Context |
The context relevant to an event.
|
Context |
The context relevant to a migration executor.
|
Context |
The context relevant to a Java-based migration.
|
Context |
The context relevant to a migration resolver.
|
ContextHolder |
Holds an Android context.
|
Error |
An error that occurred while executing a statement.
|
Event |
The Flyway lifecycle events that can be handled in callbacks.
|
FluentConfiguration |
Fluent configuration for Flyway.
|
Flyway |
This is the centre point of Flyway, and for most users, the only class they will ever have to deal with.
|
FlywayException |
Exception thrown when Flyway encounters a problem.
|
JavaMigration |
Interface to be implemented by Java-based Migrations.
|
Location |
A location to load migrations from.
|
Log |
A logger.
|
LogCreator |
Factory for implementation-specific loggers.
|
LogFactory |
Factory for loggers.
|
MigrationExecutor |
Executes a migration.
|
MigrationInfo |
Info about a migration.
|
MigrationInfoService |
Info about all migrations, including applied, current and pending with details and status.
|
MigrationResolver |
Resolves available migrations.
|
MigrationState |
The state of a migration.
|
MigrationType |
Type of migration.
|
MigrationVersion |
A version of a migration.
|
ResolvedMigration |
Migration resolved through a MigrationResolver.
|
Statement |
The statement relevant to an event.
|
Warning |
A warning that occurred while executing a statement.
|