A B C D F G H I J L M N O P Q R S T V W 
All Classes All Packages

A

alterConnectionAsNeeded(Connection, Configuration) - Method in class io.quarkus.flyway.runtime.graal.OracleDatabaseTypeSubstitution
 

B

baselineDescription - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
The description to tag an existing schema with when executing baseline.
baselineOnMigrate - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
Enable the creation of the history table if it does not exist already.
baselineVersion - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
The initial baseline version.

C

callbacks - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceBuildTimeConfig
Comma-separated list of fully qualified class names of Callback implementations to use to hook into the Flyway lifecycle.
callbacksForDataSource(String) - Static method in class io.quarkus.flyway.runtime.QuarkusPathLocationScanner
 
ClassPathScannerSubstitutions - Class in io.quarkus.flyway.runtime.graal
Get rid of JBoss VFS if it is not present in the classpath.
ClassPathScannerSubstitutions() - Constructor for class io.quarkus.flyway.runtime.graal.ClassPathScannerSubstitutions
 
ClassPathScannerSubstitutions.IsJBossVFSAbsent - Class in io.quarkus.flyway.runtime.graal
 
cleanAtStart - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
true to execute Flyway clean command automatically when the application starts, false otherwise.
cleanDisabled - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
true to prevent Flyway clean operations, false otherwise.
cleanOnValidationError - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
true to automatically call clean when a validation error occurs, false otherwise.
connectRetries - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
The maximum number of retries when attempting to connect to the database.
createDatabase(Configuration, JdbcConnectionFactory, StatementInterceptor) - Method in class io.quarkus.flyway.runtime.graal.SQLServerDatabaseTypeSubstitutions
 
createFlyway(DataSource) - Method in class io.quarkus.flyway.runtime.FlywayCreator
 
createFlyway(DataSource, String, boolean, boolean) - Method in class io.quarkus.flyway.runtime.FlywayContainerProducer
 
createSchemas - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
Whether Flyway should attempt to create the schemas specified in the schemas property

D

defaultConfig() - Static method in class io.quarkus.flyway.runtime.FlywayDataSourceBuildTimeConfig
Creates a FlywayDataSourceBuildTimeConfig with default settings.
defaultConfig() - Static method in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
Creates a FlywayDataSourceRuntimeConfig with default settings.
defaultDataSource - Variable in class io.quarkus.flyway.runtime.FlywayBuildTimeConfig
Flyway configuration for the default datasource.
defaultDataSource - Variable in class io.quarkus.flyway.runtime.FlywayRuntimeConfig
Flyway configuration for the default datasource.
defaultSchema - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
Sets the default schema managed by Flyway.
doStartActions() - Method in class io.quarkus.flyway.runtime.FlywayRecorder
 

F

FeatureDetectorSubstitutions - Class in io.quarkus.flyway.runtime.graal
 
FeatureDetectorSubstitutions(ClassLoader) - Constructor for class io.quarkus.flyway.runtime.graal.FeatureDetectorSubstitutions
 
FLYWAY_CONTAINERS - Static variable in class io.quarkus.flyway.runtime.FlywayRecorder
 
FlywayBuildTimeConfig - Class in io.quarkus.flyway.runtime
 
FlywayBuildTimeConfig() - Constructor for class io.quarkus.flyway.runtime.FlywayBuildTimeConfig
 
FlywayContainer - Class in io.quarkus.flyway.runtime
 
FlywayContainer(Flyway, boolean, boolean, boolean, String, boolean, boolean) - Constructor for class io.quarkus.flyway.runtime.FlywayContainer
 
FlywayContainerProducer - Class in io.quarkus.flyway.runtime
This class is sort of a producer for Flyway.
FlywayContainerProducer(FlywayRuntimeConfig, FlywayBuildTimeConfig) - Constructor for class io.quarkus.flyway.runtime.FlywayContainerProducer
 
FlywayContainersSupplier - Class in io.quarkus.flyway.runtime
 
FlywayContainersSupplier() - Constructor for class io.quarkus.flyway.runtime.FlywayContainersSupplier
 
FlywayCreator - Class in io.quarkus.flyway.runtime
 
FlywayCreator(FlywayDataSourceRuntimeConfig, FlywayDataSourceBuildTimeConfig) - Constructor for class io.quarkus.flyway.runtime.FlywayCreator
 
FlywayDataSource - Annotation Type in io.quarkus.flyway
Qualifier used to specify which datasource will be used and therefore which Flyway instance will be injected.
FlywayDataSource.FlywayDataSourceLiteral - Class in io.quarkus.flyway
Supports inline instantiation of the FlywayDataSource qualifier.
FlywayDataSourceBuildTimeConfig - Class in io.quarkus.flyway.runtime
 
FlywayDataSourceBuildTimeConfig() - Constructor for class io.quarkus.flyway.runtime.FlywayDataSourceBuildTimeConfig
 
FlywayDataSourceRuntimeConfig - Class in io.quarkus.flyway.runtime
 
FlywayDataSourceRuntimeConfig() - Constructor for class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
 
FlywayDevConsoleRecorder - Class in io.quarkus.flyway.runtime.devconsole
 
FlywayDevConsoleRecorder() - Constructor for class io.quarkus.flyway.runtime.devconsole.FlywayDevConsoleRecorder
 
FlywayRecorder - Class in io.quarkus.flyway.runtime
 
FlywayRecorder() - Constructor for class io.quarkus.flyway.runtime.FlywayRecorder
 
FlywayRuntimeConfig - Class in io.quarkus.flyway.runtime
 
FlywayRuntimeConfig() - Constructor for class io.quarkus.flyway.runtime.FlywayRuntimeConfig
 
FlywaySchemaProvider - Class in io.quarkus.flyway.runtime
 
FlywaySchemaProvider() - Constructor for class io.quarkus.flyway.runtime.FlywaySchemaProvider
 
FlywaySubstitutions - Class in io.quarkus.flyway.runtime.graal
Avoid using reflection
FlywaySubstitutions() - Constructor for class io.quarkus.flyway.runtime.graal.FlywaySubstitutions
 
flywaySupplier(String, boolean, boolean) - Method in class io.quarkus.flyway.runtime.FlywayRecorder
 
FlywayTeamsObjectResolverSubstitutions - Class in io.quarkus.flyway.runtime.graal
Remove this class as it's not supposed to be used
FlywayTeamsObjectResolverSubstitutions() - Constructor for class io.quarkus.flyway.runtime.graal.FlywayTeamsObjectResolverSubstitutions
 

G

get() - Method in class io.quarkus.flyway.runtime.FlywayContainersSupplier
 
getAsBoolean() - Method in class io.quarkus.flyway.runtime.graal.ClassPathScannerSubstitutions.IsJBossVFSAbsent
 
getAsBoolean() - Method in class io.quarkus.flyway.runtime.graal.OracleDatabaseTypeSubstitution.OracleDriverUnavailable
 
getAsBoolean() - Method in class io.quarkus.flyway.runtime.graal.SQLServerDatabaseTypeSubstitutions.SQLServerAvailable
 
getClasses() - Method in class io.quarkus.flyway.runtime.QuarkusFlywayClassProvider
 
getConfigForDataSourceName(String) - Method in class io.quarkus.flyway.runtime.FlywayBuildTimeConfig
Gets the FlywayDataSourceBuildTimeConfig for the given datasource name.
getConfigForDataSourceName(String) - Method in class io.quarkus.flyway.runtime.FlywayRuntimeConfig
Gets the FlywayDataSourceRuntimeConfig for the given datasource name.
getDataSourceName() - Method in class io.quarkus.flyway.runtime.FlywayContainer
 
getFlyway() - Method in class io.quarkus.flyway.runtime.FlywayContainer
 
getId() - Method in class io.quarkus.flyway.runtime.FlywayContainer
 
getResource(String) - Method in class io.quarkus.flyway.runtime.QuarkusFlywayResourceProvider
 
getResources(String, String...) - Method in class io.quarkus.flyway.runtime.QuarkusFlywayResourceProvider
Returns all known resources starting with the specified prefix and ending with any of the specified suffixes.

H

handler() - Method in class io.quarkus.flyway.runtime.devconsole.FlywayDevConsoleRecorder
 

I

ignoreFutureMigrations - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
Ignore future migrations when reading the history table.
ignoreMigrationPatterns - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
Ignore migrations during validate and repair according to a given list of patterns (see https://flywaydb.org/documentation/configuration/parameters/ignoreMigrationPatterns for more information).
ignoreMissingMigrations - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
Ignore missing migrations when reading the history table.
initSql - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
The SQL statements to run to initialize a new database connection immediately after opening it.
INSTANCE - Static variable in class io.quarkus.flyway.FlywayDataSource.FlywayDataSourceLiteral
 
io.quarkus.flyway - package io.quarkus.flyway
 
io.quarkus.flyway.runtime - package io.quarkus.flyway.runtime
 
io.quarkus.flyway.runtime.devconsole - package io.quarkus.flyway.runtime.devconsole
 
io.quarkus.flyway.runtime.graal - package io.quarkus.flyway.runtime.graal
 
isApacheCommonsLoggingAvailable() - Method in class io.quarkus.flyway.runtime.graal.FeatureDetectorSubstitutions
 
isAwsAvailable() - Method in class io.quarkus.flyway.runtime.graal.FeatureDetectorSubstitutions
 
isCleanAtStart() - Method in class io.quarkus.flyway.runtime.FlywayContainer
 
isCreatePossible() - Method in class io.quarkus.flyway.runtime.FlywayContainer
 
isGCSAvailable() - Method in class io.quarkus.flyway.runtime.graal.FeatureDetectorSubstitutions
 
isHasMigrations() - Method in class io.quarkus.flyway.runtime.FlywayContainer
 
IsJBossVFSAbsent() - Constructor for class io.quarkus.flyway.runtime.graal.ClassPathScannerSubstitutions.IsJBossVFSAbsent
 
isJBossVFSv2Available() - Method in class io.quarkus.flyway.runtime.graal.FeatureDetectorSubstitutions
 
isJBossVFSv3Available() - Method in class io.quarkus.flyway.runtime.graal.FeatureDetectorSubstitutions
 
isLog4J2Available() - Method in class io.quarkus.flyway.runtime.graal.FeatureDetectorSubstitutions
 
isMigrateAtStart() - Method in class io.quarkus.flyway.runtime.FlywayContainer
 
isOsgiFrameworkAvailable() - Method in class io.quarkus.flyway.runtime.graal.FeatureDetectorSubstitutions
 
isRepairAtStart() - Method in class io.quarkus.flyway.runtime.FlywayContainer
 
isSlf4jAvailable() - Method in class io.quarkus.flyway.runtime.graal.FeatureDetectorSubstitutions
 

J

JarFileClassPathLocationScannerSubstitutions - Class in io.quarkus.flyway.runtime.graal
Just make the constructor visible to ClassPathScannerSubstitutions.
JarFileClassPathLocationScannerSubstitutions(String) - Constructor for class io.quarkus.flyway.runtime.graal.JarFileClassPathLocationScannerSubstitutions
 

L

locations - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceBuildTimeConfig
Comma-separated list of locations to scan recursively for migrations.

M

migrateAtStart - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
true to execute Flyway automatically when the application starts, false otherwise.

N

namedDataSources - Variable in class io.quarkus.flyway.runtime.FlywayBuildTimeConfig
Flyway configurations for named datasources.
namedDataSources - Variable in class io.quarkus.flyway.runtime.FlywayRuntimeConfig
Flyway configurations for named datasources.

O

of(String) - Static method in class io.quarkus.flyway.FlywayDataSource.FlywayDataSourceLiteral
 
OracleDatabaseTypeSubstitution - Class in io.quarkus.flyway.runtime.graal
Avoid loading the oracle.jdbc.OracleConnection class if unavailable
OracleDatabaseTypeSubstitution() - Constructor for class io.quarkus.flyway.runtime.graal.OracleDatabaseTypeSubstitution
 
OracleDatabaseTypeSubstitution.OracleDriverUnavailable - Class in io.quarkus.flyway.runtime.graal
 
OracleDriverUnavailable() - Constructor for class io.quarkus.flyway.runtime.graal.OracleDatabaseTypeSubstitution.OracleDriverUnavailable
 
outOfOrder - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
Allows migrations to be run "out of order".

P

placeholderPrefix - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
Prefix of every placeholder (default: ${ )
placeholders - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
Sets the placeholders to replace in SQL migration scripts.
placeholderSuffix - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
Suffix of every placeholder (default: } )

Q

QuarkusFlywayClassProvider<I> - Class in io.quarkus.flyway.runtime
 
QuarkusFlywayClassProvider(Collection<Class<? extends I>>) - Constructor for class io.quarkus.flyway.runtime.QuarkusFlywayClassProvider
 
QuarkusFlywayResourceProvider - Class in io.quarkus.flyway.runtime
This class is very similar to Scanner TODO: refactor upstream to move common methods to utility class
QuarkusFlywayResourceProvider(Collection<LoadableResource>) - Constructor for class io.quarkus.flyway.runtime.QuarkusFlywayResourceProvider
 
QuarkusPathLocationScanner - Class in io.quarkus.flyway.runtime
This class is used in order to prevent Flyway from doing classpath scanning which is both slow and won't work in native mode
QuarkusPathLocationScanner(Collection<Location>) - Constructor for class io.quarkus.flyway.runtime.QuarkusPathLocationScanner
 

R

repairAtStart - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
true to execute a Flyway repair command when the application starts, false otherwise.
repeatableSqlMigrationPrefix - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
The file name prefix for repeatable SQL migrations.
resetAllDatabases() - Method in class io.quarkus.flyway.runtime.FlywaySchemaProvider
 
resetDatabase(String) - Method in class io.quarkus.flyway.runtime.FlywaySchemaProvider
 
resetFlywayContainers() - Method in class io.quarkus.flyway.runtime.FlywayRecorder
 

S

scanForClasses() - Method in class io.quarkus.flyway.runtime.QuarkusPathLocationScanner
Scans the classpath for concrete classes under the specified package implementing this interface.
scanForResources() - Method in class io.quarkus.flyway.runtime.QuarkusPathLocationScanner
 
ScannerSubstitutions - Class in io.quarkus.flyway.runtime.graal
Needed to get rid of some Android related classes
ScannerSubstitutions(Class<?>, Collection<Location>, ClassLoader, Charset, boolean, boolean, ResourceNameCache, LocationScannerCache, boolean) - Constructor for class io.quarkus.flyway.runtime.graal.ScannerSubstitutions
 
schemas - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
Comma-separated case-sensitive list of schemas managed by Flyway.
setApplicationCallbackClasses(Map<String, Collection<Callback>>) - Method in class io.quarkus.flyway.runtime.FlywayRecorder
 
setApplicationCallbackClasses(Map<String, Collection<Callback>>) - Static method in class io.quarkus.flyway.runtime.QuarkusPathLocationScanner
 
setApplicationMigrationClasses(Collection<Class<? extends JavaMigration>>) - Method in class io.quarkus.flyway.runtime.FlywayRecorder
 
setApplicationMigrationClasses(Collection<Class<? extends JavaMigration>>) - Static method in class io.quarkus.flyway.runtime.QuarkusPathLocationScanner
 
setApplicationMigrationFiles(Collection<String>) - Method in class io.quarkus.flyway.runtime.FlywayRecorder
 
setApplicationMigrationFiles(Collection<String>) - Static method in class io.quarkus.flyway.runtime.QuarkusPathLocationScanner
 
sqlMigrationPrefix - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
The file name prefix for versioned SQL migrations.
SQLServerAvailable() - Constructor for class io.quarkus.flyway.runtime.graal.SQLServerDatabaseTypeSubstitutions.SQLServerAvailable
 
SQLServerDatabaseSubstitution(Configuration, JdbcConnectionFactory, StatementInterceptor) - Constructor for class io.quarkus.flyway.runtime.graal.SQLServerDatabaseTypeSubstitutions.SQLServerDatabaseSubstitution
 
SQLServerDatabaseTypeSubstitutions - Class in io.quarkus.flyway.runtime.graal
 
SQLServerDatabaseTypeSubstitutions() - Constructor for class io.quarkus.flyway.runtime.graal.SQLServerDatabaseTypeSubstitutions
 
SQLServerDatabaseTypeSubstitutions.SQLServerAvailable - Class in io.quarkus.flyway.runtime.graal
 
SQLServerDatabaseTypeSubstitutions.SQLServerDatabaseSubstitution - Class in io.quarkus.flyway.runtime.graal
 

T

table - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
The name of Flyway's schema history table.
toString() - Method in class io.quarkus.flyway.FlywayDataSource.FlywayDataSourceLiteral
 

V

validateMigrationNaming - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
Whether to validate migrations and callbacks whose scripts do not obey the correct naming convention.
validateOnMigrate - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
Whether to automatically call validate when performing a migration.
value() - Method in class io.quarkus.flyway.FlywayDataSource.FlywayDataSourceLiteral
 
value() - Method in annotation type io.quarkus.flyway.FlywayDataSource
 

W

withCallbacks(Collection<Callback>) - Method in class io.quarkus.flyway.runtime.FlywayCreator
 
A B C D F G H I J L M N O P Q R S T V W 
All Classes All Packages