- 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 resolving migrations on the classpath.
- getClassLoader() - Method in class org.flywaydb.core.Flyway
-
- 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
-
- getEncoding() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Retrieves the encoding of Sql migrations.
- getEncoding() - Method in class org.flywaydb.core.Flyway
-
- 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 metadata 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
-
- 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
-
Retrieves the file name prefix for 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
-
Retrieves the file name suffix for sql migrations.
- getSqlMigrationSuffix() - Method in class org.flywaydb.core.Flyway
-
- 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 metadata 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
-
- 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
-
- 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.
- isAllowMixedMigrations() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
- isAllowMixedMigrations() - Method in class org.flywaydb.core.Flyway
-
- 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 metadata 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
-
- isIgnoreFailedFutureMigration() - Method in class org.flywaydb.core.Flyway
-
- isIgnoreFutureMigrations() - Method in interface org.flywaydb.core.api.configuration.FlywayConfiguration
-
Ignore future migrations when reading the metadata 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 metadata 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
-
- 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
-
- setAllowMixedMigrations(boolean) - 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 metadata 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
-
Sets the ClassLoader to use for resolving migrations on the classpath.
- 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.
- setEncoding(String) - Method in class org.flywaydb.core.Flyway
-
Sets the encoding of Sql migrations.
- 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).
- setIgnoreFailedFutureMigration(boolean) - Method in class org.flywaydb.core.Flyway
-
- setIgnoreFutureMigrations(boolean) - Method in class org.flywaydb.core.Flyway
-
Whether to ignore future migrations when reading the metadata table.
- setIgnoreMissingMigrations(boolean) - Method in class org.flywaydb.core.Flyway
-
Ignore missing migrations when reading the metadata table.
- setInstalledBy(String) - Method in class org.flywaydb.core.Flyway
-
The username that will be recorded in the metadata table as having applied the migration.
- setLocations(String...) - Method in class org.flywaydb.core.Flyway
-
Sets the locations to scan recursively for migrations.
- 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
-
Sets the file name suffix for sql migrations.
- setTable(String) - Method in class org.flywaydb.core.Flyway
-
Sets the name of the schema metadata 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.
- 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.