Uses of Interface
liquibase.change.custom.CustomChange
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 CustomChange in liquibase.change.custom
Modifier and TypeInterfaceDescriptioninterface
Interface to implement when creating a custom change that generates SQL.interface
Interface to implement when creating a custom change that does not actually generate SQL.Modifier and TypeMethodDescriptionCustomChangeWrapper.getCustomChange()
Return the CustomChange instance created by the call toCustomChangeWrapper.setClass(String)
.