- getBaselineDescription() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Retrieves the description to tag an existing schema with when executing baseline.
- getBaselineDescription() - Method in class org.flywaydb.core.Flyway
-
- getBaselineVersion() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Retrieves the version to tag an existing schema with when executing baseline.
- getBaselineVersion() - Method in class org.flywaydb.core.Flyway
-
- getCallbacks() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Gets the callbacks for lifecycle notifications.
- getCallbacks() - Method in class org.flywaydb.core.Flyway
-
Gets the callbacks for lifecycle notifications.
- getChecksum() - Method in interface org.flywaydb.core.api.migration.MigrationChecksumProvider
-
Computes the checksum of the migration.
- getChecksum() - Method in interface org.flywaydb.core.api.MigrationInfo
-
- getChecksum() - Method in interface org.flywaydb.core.api.resolver.ResolvedMigration
-
- getClassLoader() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Retrieves the ClassLoader to use for loading migrations, resolvers, etc from the classpath.
- getClassLoader() - Method in class org.flywaydb.core.Flyway
-
- getCode() - Method in interface org.flywaydb.core.api.errorhandler.Error
-
- getCode() - Method in interface org.flywaydb.core.api.errorhandler.Warning
-
- getContext() - Static method in class org.flywaydb.core.api.android.ContextHolder
-
- getDataSource() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Retrieves the dataSource to use to access the database.
- getDataSource() - Method in class org.flywaydb.core.Flyway
-
- getDescription() - Method in interface org.flywaydb.core.api.migration.MigrationInfoProvider
-
Returns the description for the migration history.
- getDescription() - Method in interface org.flywaydb.core.api.MigrationInfo
-
- getDescription() - Method in interface org.flywaydb.core.api.resolver.ResolvedMigration
-
- getDisplayName() - Method in enum org.flywaydb.core.api.MigrationState
-
- getDryRunOutput() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
The stream where to output the SQL statements of a migration dry run.
- getDryRunOutput() - Method in class org.flywaydb.core.Flyway
-
- getEncoding() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Retrieves the encoding of Sql migrations.
- getEncoding() - Method in class org.flywaydb.core.Flyway
-
- getErrorHandlers() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Handlers for errors and warnings that occur during a migration.
- getErrorHandlers() - Method in class org.flywaydb.core.Flyway
-
- getErrors() - Method in interface org.flywaydb.core.api.errorhandler.Context
-
- getExecutionTime() - Method in interface org.flywaydb.core.api.MigrationInfo
-
- getExecutor() - Method in interface org.flywaydb.core.api.resolver.ResolvedMigration
-
- getInstalledBy() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
The username that will be recorded in the schema history table as having applied the migration.
- getInstalledBy() - Method in interface org.flywaydb.core.api.MigrationInfo
-
- getInstalledBy() - Method in class org.flywaydb.core.Flyway
-
- getInstalledOn() - Method in interface org.flywaydb.core.api.MigrationInfo
-
- getInstalledRank() - Method in interface org.flywaydb.core.api.MigrationInfo
-
- getLocations() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Retrieves the locations to scan recursively for migrations.
- getLocations() - Method in class org.flywaydb.core.Flyway
-
- getLog(Class<?>) - Static method in class org.flywaydb.core.api.logging.LogFactory
-
Retrieves the matching logger for this class.
- getMessage() - Method in interface org.flywaydb.core.api.errorhandler.Error
-
- getMessage() - Method in interface org.flywaydb.core.api.errorhandler.Warning
-
- getPhysicalLocation() - Method in interface org.flywaydb.core.api.resolver.ResolvedMigration
-
- getPlaceholderPrefix() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Retrieves the prefix of every placeholder.
- getPlaceholderPrefix() - Method in class org.flywaydb.core.Flyway
-
- getPlaceholders() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Retrieves the map of <placeholder, replacementValue> to apply to sql migration scripts.
- getPlaceholders() - Method in class org.flywaydb.core.Flyway
-
- getPlaceholderSuffix() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Retrieves the suffix of every placeholder.
- getPlaceholderSuffix() - Method in class org.flywaydb.core.Flyway
-
- getRepeatableSqlMigrationPrefix() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Retrieves the file name prefix for repeatable SQL migrations.
- getRepeatableSqlMigrationPrefix() - Method in class org.flywaydb.core.Flyway
-
- getResolvers() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Retrieves the The custom MigrationResolvers to be used in addition to the built-in ones for resolving Migrations to apply.
- getResolvers() - Method in class org.flywaydb.core.Flyway
-
- getSchemas() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Retrieves the schemas managed by Flyway.
- getSchemas() - Method in class org.flywaydb.core.Flyway
-
- getScript() - Method in interface org.flywaydb.core.api.MigrationInfo
-
- getScript() - Method in interface org.flywaydb.core.api.resolver.ResolvedMigration
-
- getSqlMigrationPrefix() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
The file name prefix for versioned SQL migrations.
- getSqlMigrationPrefix() - Method in class org.flywaydb.core.Flyway
-
- getSqlMigrationSeparator() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Retrieves the file name separator for sql migrations.
- getSqlMigrationSeparator() - Method in class org.flywaydb.core.Flyway
-
- getSqlMigrationSuffix() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
- getSqlMigrationSuffix() - Method in class org.flywaydb.core.Flyway
-
- getSqlMigrationSuffixes() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
The file name suffixes for SQL migrations.
- getSqlMigrationSuffixes() - Method in class org.flywaydb.core.Flyway
-
- getState() - Method in interface org.flywaydb.core.api.errorhandler.Error
-
- getState() - Method in interface org.flywaydb.core.api.errorhandler.Warning
-
- getState() - Method in interface org.flywaydb.core.api.MigrationInfo
-
- getTable() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Retrieves the name of the schema schema history table that will be used by Flyway.
- getTable() - Method in class org.flywaydb.core.Flyway
-
- getTarget() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Retrieves the target version up to which Flyway should consider migrations.
- getTarget() - Method in class org.flywaydb.core.Flyway
-
- getType() - Method in interface org.flywaydb.core.api.MigrationInfo
-
- getType() - Method in interface org.flywaydb.core.api.resolver.ResolvedMigration
-
- getUndoSqlMigrationPrefix() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
The file name prefix for undo SQL migrations.
- getUndoSqlMigrationPrefix() - Method in class org.flywaydb.core.Flyway
-
- getVersion() - Method in interface org.flywaydb.core.api.migration.MigrationInfoProvider
-
Returns the version after the migration is complete.
- getVersion() - Method in interface org.flywaydb.core.api.MigrationInfo
-
- getVersion() - Method in class org.flywaydb.core.api.MigrationVersion
-
- getVersion() - Method in interface org.flywaydb.core.api.resolver.ResolvedMigration
-
- getWarnings() - Method in interface org.flywaydb.core.api.errorhandler.Context
-
- info(String) - Method in interface org.flywaydb.core.api.logging.Log
-
Logs an info message.
- info() - Method in class org.flywaydb.core.Flyway
-
Retrieves the complete information about all the migrations including applied, pending and current migrations with
details and status.
- isApplied() - Method in enum org.flywaydb.core.api.MigrationState
-
- isBaselineOnMigrate() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Whether to automatically call baseline when migrate is executed against a non-empty schema with no schema history table.
- isBaselineOnMigrate() - Method in class org.flywaydb.core.Flyway
-
- isCleanDisabled() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Whether to disable clean.
- isCleanDisabled() - Method in class org.flywaydb.core.Flyway
-
- isCleanOnValidationError() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Whether to automatically call clean or not when a validation error occurs.
- isCleanOnValidationError() - Method in class org.flywaydb.core.Flyway
-
- isFailed() - Method in enum org.flywaydb.core.api.MigrationState
-
- isGroup() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Whether to group all pending migrations together in the same transaction when applying them (only recommended for databases with support for DDL transactions).
- isGroup() - Method in class org.flywaydb.core.Flyway
-
- isIgnoreFutureMigrations() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Ignore future migrations when reading the schema history table.
- isIgnoreFutureMigrations() - Method in class org.flywaydb.core.Flyway
-
- isIgnoreMissingMigrations() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Ignore missing migrations when reading the schema history table.
- isIgnoreMissingMigrations() - Method in class org.flywaydb.core.Flyway
-
- isMixed() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Whether to allow mixing transactional and non-transactional statements within the same migration.
- isMixed() - Method in class org.flywaydb.core.Flyway
-
- isOutOfOrder() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Allows migrations to be run "out of order".
- isOutOfOrder() - Method in class org.flywaydb.core.Flyway
-
- isPlaceholderReplacement() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Checks whether placeholders should be replaced.
- isPlaceholderReplacement() - Method in class org.flywaydb.core.Flyway
-
- isResolved() - Method in enum org.flywaydb.core.api.MigrationState
-
- isSkipDefaultCallbacks() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Whether Flyway should skip the default callbacks.
- isSkipDefaultCallbacks() - Method in class org.flywaydb.core.Flyway
-
- isSkipDefaultResolvers() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Whether Flyway should skip the default resolvers.
- isSkipDefaultResolvers() - Method in class org.flywaydb.core.Flyway
-
- isSynthetic() - Method in enum org.flywaydb.core.api.MigrationType
-
- isUndo() - Method in interface org.flywaydb.core.api.migration.MigrationInfoProvider
-
Whether this is an undo migration for a previously applied versioned migration.
- isUndo() - Method in enum org.flywaydb.core.api.MigrationType
-
- isValidateOnMigrate() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Whether to automatically call validate or not when running migrate.
- isValidateOnMigrate() - Method in class org.flywaydb.core.Flyway
-
- setBaselineDescription(String) - Method in class org.flywaydb.core.Flyway
-
Sets the description to tag an existing schema with when executing baseline.
- setBaselineOnMigrate(boolean) - Method in class org.flywaydb.core.Flyway
-
Whether to automatically call baseline when migrate is executed against a non-empty schema with no schema history table.
- setBaselineVersion(MigrationVersion) - Method in class org.flywaydb.core.Flyway
-
Sets the version to tag an existing schema with when executing baseline.
- setBaselineVersionAsString(String) - Method in class org.flywaydb.core.Flyway
-
Sets the version to tag an existing schema with when executing baseline.
- setCallbacks(FlywayCallback...) - Method in class org.flywaydb.core.Flyway
-
Set the callbacks for lifecycle notifications.
- setCallbacksAsClassNames(String...) - Method in class org.flywaydb.core.Flyway
-
Set the callbacks for lifecycle notifications.
- setClassLoader(ClassLoader) - Method in class org.flywaydb.core.Flyway
-
- setCleanDisabled(boolean) - Method in class org.flywaydb.core.Flyway
-
Whether to disable clean.
- setCleanOnValidationError(boolean) - Method in class org.flywaydb.core.Flyway
-
Whether to automatically call clean or not when a validation error occurs.
- setContext(Context) - Static method in class org.flywaydb.core.api.android.ContextHolder
-
- setDataSource(DataSource) - Method in class org.flywaydb.core.Flyway
-
Sets the datasource to use.
- setDataSource(String, String, String, String...) - Method in class org.flywaydb.core.Flyway
-
Sets the datasource to use.
- setDryRunOutput(OutputStream) - Method in class org.flywaydb.core.Flyway
-
Sets the stream where to output the SQL statements of a migration dry run.
- setDryRunOutputAsFile(File) - Method in class org.flywaydb.core.Flyway
-
Sets the file where to output the SQL statements of a migration dry run.
- setDryRunOutputAsFileName(String) - Method in class org.flywaydb.core.Flyway
-
Sets the file where to output the SQL statements of a migration dry run.
- setEncoding(String) - Method in class org.flywaydb.core.Flyway
-
Sets the encoding of Sql migrations.
- setErrorHandlers(ErrorHandler...) - Method in class org.flywaydb.core.Flyway
-
Handlers for errors and warnings that occur during a migration.
- setErrorHandlersAsClassNames(String...) - Method in class org.flywaydb.core.Flyway
-
Handlers for errors and warnings that occur during a migration.
- setFallbackLogCreator(LogCreator) - Static method in class org.flywaydb.core.api.logging.LogFactory
-
- setFlywayConfiguration(FlywayConfiguration) - Method in class org.flywaydb.core.api.callback.BaseFlywayCallback
-
- setFlywayConfiguration(FlywayConfiguration) - Method in interface org.flywaydb.core.api.configuration.ConfigurationAware
-
Sets the current configuration.
- setFlywayConfiguration(FlywayConfiguration) - Method in class org.flywaydb.core.api.migration.jdbc.BaseJdbcMigration
-
- setFlywayConfiguration(FlywayConfiguration) - Method in class org.flywaydb.core.api.migration.spring.BaseSpringJdbcMigration
-
- setFlywayConfiguration(FlywayConfiguration) - Method in class org.flywaydb.core.api.resolver.BaseMigrationResolver
-
- setGroup(boolean) - Method in class org.flywaydb.core.Flyway
-
Whether to group all pending migrations together in the same transaction when applying them (only recommended for databases with support for DDL transactions).
- setIgnoreFutureMigrations(boolean) - Method in class org.flywaydb.core.Flyway
-
Whether to ignore future migrations when reading the schema history table.
- setIgnoreMissingMigrations(boolean) - Method in class org.flywaydb.core.Flyway
-
Ignore missing migrations when reading the schema history table.
- setInstalledBy(String) - Method in class org.flywaydb.core.Flyway
-
The username that will be recorded in the schema history table as having applied the migration.
- setLocations(String...) - Method in class org.flywaydb.core.Flyway
-
Sets the locations to scan recursively for migrations.
- setLogCreator(LogCreator) - Static method in class org.flywaydb.core.api.logging.LogFactory
-
- setMixed(boolean) - Method in class org.flywaydb.core.Flyway
-
Whether to allow mixing transactional and non-transactional statements within the same migration.
- setOutOfOrder(boolean) - Method in class org.flywaydb.core.Flyway
-
Allows migrations to be run "out of order".
- setPlaceholderPrefix(String) - Method in class org.flywaydb.core.Flyway
-
Sets the prefix of every placeholder.
- setPlaceholderReplacement(boolean) - Method in class org.flywaydb.core.Flyway
-
Sets whether placeholders should be replaced.
- setPlaceholders(Map<String, String>) - Method in class org.flywaydb.core.Flyway
-
Sets the placeholders to replace in sql migration scripts.
- setPlaceholderSuffix(String) - Method in class org.flywaydb.core.Flyway
-
Sets the suffix of every placeholder.
- setRepeatableSqlMigrationPrefix(String) - Method in class org.flywaydb.core.Flyway
-
Sets the file name prefix for repeatable sql migrations.
- setResolvers(MigrationResolver...) - Method in class org.flywaydb.core.Flyway
-
Sets custom MigrationResolvers to be used in addition to the built-in ones for resolving Migrations to apply.
- setResolversAsClassNames(String...) - Method in class org.flywaydb.core.Flyway
-
Sets custom MigrationResolvers to be used in addition to the built-in ones for resolving Migrations to apply.
- setSchemas(String...) - Method in class org.flywaydb.core.Flyway
-
Sets the schemas managed by Flyway.
- setSkipDefaultCallbacks(boolean) - Method in class org.flywaydb.core.Flyway
-
Whether Flyway should skip the default callbacks.
- setSkipDefaultResolvers(boolean) - Method in class org.flywaydb.core.Flyway
-
Whether Flyway should skip the default resolvers.
- setSqlMigrationPrefix(String) - Method in class org.flywaydb.core.Flyway
-
Sets the file name prefix for sql migrations.
- setSqlMigrationSeparator(String) - Method in class org.flywaydb.core.Flyway
-
Sets the file name separator for sql migrations.
- setSqlMigrationSuffix(String) - Method in class org.flywaydb.core.Flyway
-
- setSqlMigrationSuffixes(String...) - Method in class org.flywaydb.core.Flyway
-
The file name suffixes for SQL migrations.
- setTable(String) - Method in class org.flywaydb.core.Flyway
-
Sets the name of the schema schema history table that will be used by Flyway.
- setTarget(MigrationVersion) - Method in class org.flywaydb.core.Flyway
-
Sets the target version up to which Flyway should consider migrations.
- setTargetAsString(String) - Method in class org.flywaydb.core.Flyway
-
Sets the target version up to which Flyway should consider migrations.
- setUndoSqlMigrationPrefix(String) - Method in class org.flywaydb.core.Flyway
-
Sets the file name prefix for undo SQL migrations.
- setValidateOnMigrate(boolean) - Method in class org.flywaydb.core.Flyway
-
Whether to automatically call validate or not when running migrate.
- SpringJdbcMigration - Interface in org.flywaydb.core.api.migration.spring
-
Interface to be implemented by Spring Jdbc Java Migrations.