| Package | Description |
|---|---|
| liquibase |
Liquibase top level namespace package.
|
| liquibase.changelog.visitor | |
| liquibase.logging.mdc.customobjects |
| Modifier and Type | Method and Description |
|---|---|
protected RollbackVisitor |
Liquibase.createRollbackVisitor(List<ChangesetsRolledback.ChangeSet> processedChangesets) |
| Constructor and Description |
|---|
RollbackVisitor(Database database,
ChangeExecListener listener,
List<ChangesetsRolledback.ChangeSet> processedChangesets) |
| Modifier and Type | Method and Description |
|---|---|
List<ChangesetsRolledback.ChangeSet> |
ChangesetsRolledback.getChangesets() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangesetsRolledback.setChangesets(List<ChangesetsRolledback.ChangeSet> changesets) |
| Constructor and Description |
|---|
ChangesetsRolledback(List<ChangesetsRolledback.ChangeSet> changeSets) |
Copyright © 2023 Liquibase.org. All rights reserved.