Uses of Class
liquibase.exception.CustomChangeException
Package
Description
Although Liquibase tries to provide a wide range of database refactorings, there are times you may want to create
your own custom refactoring class.
-
Uses of CustomChangeException in liquibase.change.custom
Modifier and TypeMethodDescriptionvoid
Runs the change logic for this custom change.CustomSqlRollback.generateRollbackStatements
(Database database) Generates the SQL statements required to roll back the changeCustomSqlChange.generateStatements
(Database database) Generates the SQL statements required to run the changevoid
Method called to rollback the change.Specify the name of the class to use as the CustomChange and assigns it toCustomChangeWrapper.getCustomChange()
.