Uses of Interface
liquibase.change.custom.CustomChange
Packages that use 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
Subinterfaces of CustomChange in liquibase.change.customModifier 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.Methods in liquibase.change.custom that return CustomChangeModifier and TypeMethodDescriptionCustomChangeWrapper.getCustomChange()
Return the CustomChange instance created by the call toCustomChangeWrapper.setClass(String)
.