liquibase.change.custom |
|
Java Source File Name | Type | Comment |
CustomChange.java | Interface | Interface to implement when creating a custom change. |
CustomChangeWrapper.java | Class | Adapts CustomChange implementations to the standard change system used by LiquiBase. |
CustomSqlChange.java | Interface | Interface to implement when creating a custom change that generates SQL. |
CustomSqlRollback.java | Interface | Interface to implement that allows rollback of a custom sql change. |
CustomTaskChange.java | Interface | Interface to implement when creating a custom change that does not actually generate SQL. |
CustomTaskRollback.java | Interface | |
ExampleCustomProcCallChange.java | Class | |
ExampleCustomSqlChange.java | Class | |
ExampleCustomTaskChange.java | Class | |