| Package | Description |
|---|---|
| liquibase.change.custom |
Although Liquibase tries to provide a wide range of database refactorings, there are times you may want to create
your own custom refactoring class.
|
| Modifier and Type | Method and Description |
|---|---|
CustomChangeWrapper |
CustomChangeWrapper.setClass(String className)
Specify the name of the class to use as the CustomChange and assigns it to
getCustomChange(). |
Copyright © 2021 Liquibase.org. All rights reserved.