Skip navigation links
Quarkus - Flyway - Runtime 1.12.2.Final
B C D F G H I J L M N O P Q R S T V W 

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.
connectRetries - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
The maximum number of retries when attempting to connect to the database.
createFlyway(DataSource, String) - Method in class io.quarkus.flyway.runtime.FlywayContainerProducer
 
createFlyway(DataSource) - Method in class io.quarkus.flyway.runtime.FlywayCreator
 
createSchemas - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
Whether Flyway should attempt to create the schemas specified in the schemas property
createStatement(PeekingReader, Recorder, int, int, int, int, int, int, StatementType, boolean, Delimiter, String) - Method in class io.quarkus.flyway.runtime.graal.PostgreSQLParserSubstitutions
Returns only a ParsedSqlStatement as the normal SQL migrations do or throw an exception if pgCopy flag is true

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.
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, String) - 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
 
flywaySupplier(String) - Method in class io.quarkus.flyway.runtime.FlywayRecorder
 

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.PostgreSQLParserSubstitutions.IsPostgreSQLDriverAbsent
 
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
 
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

ignoreMissingMigrations - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
Ignore missing migrations when reading the history table.
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
 
isAndroidAvailable() - Method in class io.quarkus.flyway.runtime.graal.FeatureDetectorSubstitutions
 
isApacheCommonsLoggingAvailable() - Method in class io.quarkus.flyway.runtime.graal.FeatureDetectorSubstitutions
 
isCleanAtStart() - 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
 
IsPostgreSQLDriverAbsent() - Constructor for class io.quarkus.flyway.runtime.graal.PostgreSQLParserSubstitutions.IsPostgreSQLDriverAbsent
 
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
 
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: } )
PostgreSQLParserSubstitutions - Class in io.quarkus.flyway.runtime.graal
This substitution removes de PosgreSQL COPY statement support in Flyway to allow native image compilation when the PostgreSQL Driver is not in the classpath.
PostgreSQLParserSubstitutions() - Constructor for class io.quarkus.flyway.runtime.graal.PostgreSQLParserSubstitutions
 
PostgreSQLParserSubstitutions.IsPostgreSQLDriverAbsent - Class in io.quarkus.flyway.runtime.graal
 

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

repeatableSqlMigrationPrefix - Variable in class io.quarkus.flyway.runtime.FlywayDataSourceRuntimeConfig
The file name prefix for repeatable SQL migrations.
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, ResourceNameCache, LocationScannerCache) - 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.

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

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
 

W

withCallbacks(Collection<Callback>) - Method in class io.quarkus.flyway.runtime.FlywayCreator
 
B C D F G H I J L M N O P Q R S T V W 
Skip navigation links
Quarkus - Flyway - Runtime 1.12.2.Final

Copyright © 2021 JBoss by Red Hat. All rights reserved.