Package io.quarkus.flyway.runtime
Class UnconfiguredDataSourceFlywayContainer
java.lang.Object
io.quarkus.flyway.runtime.FlywayContainer
io.quarkus.flyway.runtime.UnconfiguredDataSourceFlywayContainer
@Deprecated(forRemoval=true)
public class UnconfiguredDataSourceFlywayContainer
extends FlywayContainer
Deprecated, for removal: This API element is subject to removal in a future version.
This is never instantiated by Quarkus. Do not use.
-
Constructor Summary
ConstructorsConstructorDescriptionUnconfiguredDataSourceFlywayContainer(String dataSourceName, String message, Throwable cause) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionorg.flywaydb.core.FlywayDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class io.quarkus.flyway.runtime.FlywayContainer
getDataSourceName, getId, isBaselineAtStart, isCleanAtStart, isCleanOnValidationError, isCreatePossible, isHasMigrations, isMigrateAtStart, isRepairAtStart, isValidateAtStart
-
Constructor Details
-
Method Details
-
getFlyway
public org.flywaydb.core.Flyway getFlyway()Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getFlywayin classFlywayContainer
-