| Modifier | Constructor and Description |
|---|---|
protected |
MigratorDefault()
Deprecated.
|
|
MigratorDefault(Connection connection,
Config config)
Deprecated.
|
|
MigratorDefault(Connection connection,
Config config,
ClassLoader classLoader)
Deprecated.
|
|
MigratorDefault(Connection connection,
Config config,
Inserter inserter) |
|
MigratorDefault(Connection connection,
Config config,
Inserter inserter,
ClassLoader classLoader) |
|
MigratorDefault(liquibase.Liquibase liquibase,
Config config,
Inserter inserter) |
| Modifier and Type | Method and Description |
|---|---|
Config |
getConfig() |
Inserter |
getInserter() |
liquibase.Liquibase |
getLiquibase() |
void |
run() |
protected void |
turnoff(liquibase.database.DatabaseConnection connection) |
@Deprecated protected MigratorDefault()
@Deprecated public MigratorDefault(@NotNull Connection connection, @NotNull Config config)
@Inject
public MigratorDefault(@NotNull
Connection connection,
@NotNull
Config config,
@NotNull
Inserter inserter)
@Deprecated public MigratorDefault(@NotNull Connection connection, @NotNull Config config, @NotNull ClassLoader classLoader)
public MigratorDefault(Connection connection, Config config, Inserter inserter, ClassLoader classLoader)
Copyright © 2019. All rights reserved.