public class CustomFlyway
extends org.flywaydb.core.Flyway
Flyway: Custom| Constructor | Description |
|---|---|
CustomFlyway(org.flywaydb.core.api.configuration.Configuration configuration,
SqlReplacer sqlReplacer) |
Constructor
|
CustomFlyway(org.flywaydb.core.Flyway flyway,
SqlReplacer sqlReplacer) |
Constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
protected <T> T |
execute(org.flywaydb.core.Flyway.Command<T> command,
boolean scannerRequired) |
public CustomFlyway(org.flywaydb.core.Flyway flyway,
SqlReplacer sqlReplacer)
flyway - FlywaysqlReplacer - sqlReplacerpublic CustomFlyway(org.flywaydb.core.api.configuration.Configuration configuration,
SqlReplacer sqlReplacer)
configuration - ConfigurationsqlReplacer - sqlReplacerCopyright © 2020–2021 BITMC. All rights reserved.