Search Java Classes and Packages
Search Java Frameworks and Libraries
#Liquibase.change.custom Classes and Interfaces - 7 results found.
| Name | Description | Type | Package | Framework |
| CustomChange | Interface to implement when creating a custom change. | Interface | liquibase.change.custom | LiquiBase |
|
| CustomChangeWrapper | Adapts CustomChange implementations to the standard change system used by Liquibase. | Class | liquibase.change.custom | LiquiBase |
|
| CustomChangeWrapperSupplier | | Class | liquibase.change.custom.supplier | LiquiBase |
|
| CustomSqlChange | Interface to implement when creating a custom change that generates SQL. | Interface | liquibase.change.custom | LiquiBase |
|
| CustomSqlRollback | Interface to implement that allows rollback of a custom sql change. | Interface | liquibase.change.custom | LiquiBase |
|
| CustomTaskChange | Interface to implement when creating a custom change that does not actually generate SQL. | Interface | liquibase.change.custom | LiquiBase |
|
| CustomTaskRollback | Interface to implement that allows rollback of a custom task change. | Interface | liquibase.change.custom | LiquiBase |