Uses of Class
liquibase.change.AbstractChange

Packages that use AbstractChange
Package
Description
The change package contains the available database "changes".
Technically, a Change expresses an intention for alter the structure of the Database.
Although Liquibase tries to provide a wide range of database refactorings, there are times you may want to create your own custom refactoring class.