Uses of Class
io.quarkus.flyway.runtime.FlywayContainer
-
Packages that use FlywayContainer Package Description io.quarkus.flyway.runtime -
-
Uses of FlywayContainer in io.quarkus.flyway.runtime
Subclasses of FlywayContainer in io.quarkus.flyway.runtime Modifier and Type Class Description classUnconfiguredDataSourceFlywayContainerMethods in io.quarkus.flyway.runtime that return FlywayContainer Modifier and Type Method Description FlywayContainerFlywayContainerProducer. createFlyway(DataSource dataSource, String dataSourceName, boolean hasMigrations, boolean createPossible)Methods in io.quarkus.flyway.runtime that return types with arguments of type FlywayContainer Modifier and Type Method Description Function<io.quarkus.arc.SyntheticCreationalContext<FlywayContainer>,FlywayContainer>FlywayRecorder. flywayContainerFunction(String dataSourceName, boolean hasMigrations, boolean createPossible)Function<io.quarkus.arc.SyntheticCreationalContext<FlywayContainer>,FlywayContainer>FlywayRecorder. flywayContainerFunction(String dataSourceName, boolean hasMigrations, boolean createPossible)Collection<FlywayContainer>FlywayContainersSupplier. get()
-