Package | Description |
---|---|
liquibase.integration.ant | |
liquibase.integration.ant.type | |
liquibase.integration.cdi | |
liquibase.integration.spring | |
liquibase.sdk.database |
Modifier and Type | Method and Description |
---|---|
protected Liquibase |
BaseLiquibaseTask.createLiquibase()
Deprecated.
The Liquibase class is now created automatically when the Ant task is executed. Use
BaseLiquibaseTask.getLiquibase() instead. |
protected Liquibase |
BaseLiquibaseTask.getLiquibase() |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseLiquibaseTask.closeDatabase(Liquibase liquibase)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeLogParametersType.applyParameters(Liquibase liquibase) |
Modifier and Type | Method and Description |
---|---|
protected Liquibase |
CDILiquibase.createLiquibase(Connection c) |
Modifier and Type | Method and Description |
---|---|
protected Liquibase |
SpringLiquibase.createLiquibase(Connection c) |
Modifier and Type | Method and Description |
---|---|
protected void |
SpringLiquibase.performUpdate(Liquibase liquibase) |
Modifier and Type | Method and Description |
---|---|
boolean |
MockDatabase.acquireLock(Liquibase liquibase) |
Copyright © 2016 Liquibase.org. All rights reserved.