Uses of Interface
liquibase.change.custom.CustomChange
-
Packages that use CustomChange Package Description liquibase.change.custom 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.custom Modifier and Type Interface Description interfaceCustomSqlChangeInterface to implement when creating a custom change that generates SQL.interfaceCustomTaskChangeInterface to implement when creating a custom change that does not actually generate SQL.Methods in liquibase.change.custom that return CustomChange Modifier and Type Method Description CustomChangeCustomChangeWrapper. getCustomChange()Return the CustomChange instance created by the call toCustomChangeWrapper.setClass(String).
-