Index

A C F G I M O P S 
All Classes and Interfaces|All Packages

A

afterPropertiesSet() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayMigrationInitializer
 

C

customize(FluentConfiguration) - Method in interface org.springframework.boot.flyway.autoconfigure.FlywayConfigurationCustomizer
Customize the flyway configuration.

F

FlywayAutoConfiguration - Class in org.springframework.boot.flyway.autoconfigure
Auto-configuration for Flyway database migrations.
FlywayAutoConfiguration() - Constructor for class org.springframework.boot.flyway.autoconfigure.FlywayAutoConfiguration
 
flywayBeans() - Method in class org.springframework.boot.flyway.actuate.endpoint.FlywayEndpoint
 
FlywayConfigurationCustomizer - Interface in org.springframework.boot.flyway.autoconfigure
Callback interface that can be implemented by beans wishing to customize the flyway configuration.
FlywayConnectionDetails - Interface in org.springframework.boot.flyway.autoconfigure
Details required for Flyway to establish a connection to an SQL service using JDBC.
FlywayDataSource - Annotation Interface in org.springframework.boot.flyway.autoconfigure
Qualifier annotation for a DataSource to be injected in to Flyway.
FlywayDescriptor(List) - Constructor for class org.springframework.boot.flyway.actuate.endpoint.FlywayEndpoint.FlywayDescriptor
 
FlywayEndpoint - Class in org.springframework.boot.flyway.actuate.endpoint
@Endpoint to expose flyway info.
FlywayEndpoint(ApplicationContext) - Constructor for class org.springframework.boot.flyway.actuate.endpoint.FlywayEndpoint
 
FlywayEndpoint.ContextFlywayBeansDescriptor - Class in org.springframework.boot.flyway.actuate.endpoint
Description of an application context's Flyway beans.
FlywayEndpoint.FlywayBeansDescriptor - Class in org.springframework.boot.flyway.actuate.endpoint
Description of an application's Flyway beans.
FlywayEndpoint.FlywayDescriptor - Class in org.springframework.boot.flyway.actuate.endpoint
Description of a Flyway bean.
FlywayEndpoint.FlywayMigrationDescriptor - Class in org.springframework.boot.flyway.actuate.endpoint
Description of a migration performed by Flyway.
FlywayEndpointAutoConfiguration - Class in org.springframework.boot.flyway.autoconfigure
Auto-configuration for FlywayEndpoint.
FlywayEndpointAutoConfiguration() - Constructor for class org.springframework.boot.flyway.autoconfigure.FlywayEndpointAutoConfiguration
 
FlywayMigrationInitializer - Class in org.springframework.boot.flyway.autoconfigure
InitializingBean used to trigger Flyway migration through the FlywayMigrationStrategy.
FlywayMigrationInitializer(Flyway) - Constructor for class org.springframework.boot.flyway.autoconfigure.FlywayMigrationInitializer
Create a new FlywayMigrationInitializer instance.
FlywayMigrationInitializer(Flyway, FlywayMigrationStrategy) - Constructor for class org.springframework.boot.flyway.autoconfigure.FlywayMigrationInitializer
Create a new FlywayMigrationInitializer instance.
FlywayMigrationStrategy - Interface in org.springframework.boot.flyway.autoconfigure
Strategy used to initialize Flyway migration.
FlywayProperties - Class in org.springframework.boot.flyway.autoconfigure
Configuration properties for Flyway database migrations.
FlywayProperties() - Constructor for class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
FlywayProperties.Oracle - Class in org.springframework.boot.flyway.autoconfigure
OracleConfigurationExtension properties.
FlywayProperties.Postgresql - Class in org.springframework.boot.flyway.autoconfigure
PostgreSQLConfigurationExtension properties.
FlywayProperties.Sqlserver - Class in org.springframework.boot.flyway.autoconfigure
SQLServerConfigurationExtension properties.

G

getBaselineDescription() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getBaselineVersion() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getBatch() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getCallbackLocations() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getChecksum() - Method in class org.springframework.boot.flyway.actuate.endpoint.FlywayEndpoint.FlywayMigrationDescriptor
 
getCommunityDbSupportEnabled() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getConnectRetries() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getConnectRetriesInterval() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getContexts() - Method in class org.springframework.boot.flyway.actuate.endpoint.FlywayEndpoint.FlywayBeansDescriptor
 
getDefaultSchema() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getDescription() - Method in class org.springframework.boot.flyway.actuate.endpoint.FlywayEndpoint.FlywayMigrationDescriptor
 
getDetectEncoding() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getDriverClassName() - Method in interface org.springframework.boot.flyway.autoconfigure.FlywayConnectionDetails
The name of the JDBC driver class.
getDriverClassName() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getDryRunOutput() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getEncoding() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getErrorOverrides() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getExecutionTime() - Method in class org.springframework.boot.flyway.actuate.endpoint.FlywayEndpoint.FlywayMigrationDescriptor
 
getFlywayBeans() - Method in class org.springframework.boot.flyway.actuate.endpoint.FlywayEndpoint.ContextFlywayBeansDescriptor
 
getIgnoreMigrationPatterns() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getInitSqls() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getInstalledBy() - Method in class org.springframework.boot.flyway.actuate.endpoint.FlywayEndpoint.FlywayMigrationDescriptor
 
getInstalledBy() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getInstalledOn() - Method in class org.springframework.boot.flyway.actuate.endpoint.FlywayEndpoint.FlywayMigrationDescriptor
 
getInstalledRank() - Method in class org.springframework.boot.flyway.actuate.endpoint.FlywayEndpoint.FlywayMigrationDescriptor
 
getJdbcProperties() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getJdbcUrl() - Method in interface org.springframework.boot.flyway.autoconfigure.FlywayConnectionDetails
JDBC URL for the database or null if no Flyway-specific configuration is required.
getKerberosCacheFile() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties.Oracle
 
getKerberosConfigFile() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getKerberosLoginFile() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties.Sqlserver
 
getLocations() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getLockRetryCount() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getLoggers() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getMigrations() - Method in class org.springframework.boot.flyway.actuate.endpoint.FlywayEndpoint.FlywayDescriptor
 
getOracle() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getOrder() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayMigrationInitializer
 
getOutputQueryResults() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getParentId() - Method in class org.springframework.boot.flyway.actuate.endpoint.FlywayEndpoint.ContextFlywayBeansDescriptor
 
getPassword() - Method in interface org.springframework.boot.flyway.autoconfigure.FlywayConnectionDetails
Password for the database or null if no Flyway-specific configuration is required.
getPassword() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getPlaceholderPrefix() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getPlaceholders() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getPlaceholderSeparator() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getPlaceholderSuffix() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getPostgresql() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getPowershellExecutable() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getRepeatableSqlMigrationPrefix() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getSchemas() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getScript() - Method in class org.springframework.boot.flyway.actuate.endpoint.FlywayEndpoint.FlywayMigrationDescriptor
 
getScriptPlaceholderPrefix() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getScriptPlaceholderSuffix() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getSkipExecutingMigrations() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getSqlMigrationPrefix() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getSqlMigrationSeparator() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getSqlMigrationSuffixes() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getSqlplus() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties.Oracle
 
getSqlplusWarn() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties.Oracle
 
getSqlserver() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getState() - Method in class org.springframework.boot.flyway.actuate.endpoint.FlywayEndpoint.FlywayMigrationDescriptor
 
getStream() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getTable() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getTablespace() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getTarget() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getTransactionalLock() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties.Postgresql
 
getType() - Method in class org.springframework.boot.flyway.actuate.endpoint.FlywayEndpoint.FlywayMigrationDescriptor
 
getUrl() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getUser() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
getUsername() - Method in interface org.springframework.boot.flyway.autoconfigure.FlywayConnectionDetails
Username for the database or null if no Flyway-specific configuration is required.
getVersion() - Method in class org.springframework.boot.flyway.actuate.endpoint.FlywayEndpoint.FlywayMigrationDescriptor
 
getWalletLocation() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties.Oracle
 

I

isBaselineOnMigrate() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
isCleanDisabled() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
isCreateSchemas() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
isEnabled() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
isExecuteInTransaction() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
isFailOnMissingLocations() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
isGroup() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
isMixed() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
isOutOfOrder() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
isPlaceholderReplacement() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
isSkipDefaultCallbacks() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
isSkipDefaultResolvers() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
isValidateMigrationNaming() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
isValidateOnMigrate() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 

M

migrate(Flyway) - Method in interface org.springframework.boot.flyway.autoconfigure.FlywayMigrationStrategy
Trigger flyway migration.

O

Oracle() - Constructor for class org.springframework.boot.flyway.autoconfigure.FlywayProperties.Oracle
 
org.springframework.boot.flyway.actuate.endpoint - package org.springframework.boot.flyway.actuate.endpoint
Actuator endpoint for Flyway.
org.springframework.boot.flyway.autoconfigure - package org.springframework.boot.flyway.autoconfigure
Auto-configuration for Flyway.

P

Postgresql() - Constructor for class org.springframework.boot.flyway.autoconfigure.FlywayProperties.Postgresql
 

S

setBaselineDescription(String) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setBaselineOnMigrate(boolean) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setBaselineVersion(String) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setBatch(Boolean) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setCallbackLocations(List) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setCleanDisabled(boolean) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setCommunityDbSupportEnabled(Boolean) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setConnectRetries(int) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setConnectRetriesInterval(Duration) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setCreateSchemas(boolean) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setDefaultSchema(String) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setDetectEncoding(Boolean) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setDriverClassName(String) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setDryRunOutput(File) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setEncoding(Charset) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setErrorOverrides(String[]) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setExecuteInTransaction(boolean) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setFailOnMissingLocations(boolean) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setGroup(boolean) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setIgnoreMigrationPatterns(List) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setInitSqls(List) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setInstalledBy(String) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setJdbcProperties(Map) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setKerberosCacheFile(String) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties.Oracle
 
setKerberosConfigFile(String) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setKerberosLoginFile(String) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties.Sqlserver
 
setLocations(List) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setLockRetryCount(Integer) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setLoggers(String[]) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setMixed(boolean) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setOrder(int) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayMigrationInitializer
 
setOutOfOrder(boolean) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setOutputQueryResults(Boolean) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setPassword(String) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setPlaceholderPrefix(String) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setPlaceholderReplacement(boolean) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setPlaceholders(Map) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setPlaceholderSeparator(String) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setPlaceholderSuffix(String) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setPowershellExecutable(String) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setRepeatableSqlMigrationPrefix(String) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setSchemas(List) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setScriptPlaceholderPrefix(String) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setScriptPlaceholderSuffix(String) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setSkipDefaultCallbacks(boolean) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setSkipDefaultResolvers(boolean) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setSkipExecutingMigrations(Boolean) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setSqlMigrationPrefix(String) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setSqlMigrationSeparator(String) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setSqlMigrationSuffixes(List) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setSqlplus(Boolean) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties.Oracle
 
setSqlplusWarn(Boolean) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties.Oracle
 
setStream(Boolean) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setTable(String) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setTablespace(String) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setTarget(String) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setTransactionalLock(Boolean) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties.Postgresql
 
setUrl(String) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setUser(String) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setValidateMigrationNaming(boolean) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setValidateOnMigrate(boolean) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
 
setWalletLocation(String) - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties.Oracle
 
Sqlserver() - Constructor for class org.springframework.boot.flyway.autoconfigure.FlywayProperties.Sqlserver
 
A C F G I M O P S 
All Classes and Interfaces|All Packages