All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description BaseFlywayCallback Deprecated. ImplementCallbackinstead.BaseJavaMigration This is the recommended class to extend for implementing Java-based Migrations.BaseJdbcMigration Deprecated. Extend JavaMigration or BaseJavaMigration instead.BaseMigrationResolver Deprecated. Will be removed in Flyway 6.0.BaseSpringJdbcMigration Deprecated. Extend JavaMigration or BaseJavaMigration instead.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.ConfigurationAware Deprecated. Will be removed in Flyway 6.0.Context The context relevant to an event.Context Deprecated. ErrorHandlers have been deprecated and will be removed in Flyway 6.0 use statement-level callbacks instead.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.Error Deprecated. ErrorHandlers have been deprecated and will be removed in Flyway 6.0 use statement-level callbacks instead.ErrorHandler Deprecated. ErrorHandlers have been deprecated and will be removed in Flyway 6.0 use statement-level callbacks instead.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.FlywayCallback Deprecated. UseCallbackinstead.FlywayConfiguration Deprecated. UseConfigurationinstead.FlywayException Exception thrown when Flyway encounters a problem.JavaMigration Interface to be implemented by Java-based Migrations.JdbcMigration Deprecated. Extend JavaMigration or BaseJavaMigration instead.Location A location to load migrations from.Log A logger.LogCreator Factory for implementation-specific loggers.LogFactory Factory for loggers.MigrationChecksumProvider Deprecated. Extend JavaMigration or BaseJavaMigration instead.MigrationExecutor Executes a migration.MigrationInfo Info about a migration.MigrationInfoProvider Deprecated. Extend JavaMigration or BaseJavaMigration instead.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.SpringJdbcMigration Deprecated. Extend JavaMigration or BaseJavaMigration instead.Statement The statement relevant to an event.Warning A warning that occurred while executing a statement.Warning Deprecated. ErrorHandlers have been deprecated and will be removed in Flyway 6.0 use statement-level callbacks instead.