JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description |
Related Packages
|
Classes and Interfaces
SEARCH:
Package liquibase.change.visitor
package
liquibase.change.visitor
Related Packages
Package
Description
liquibase.change
The change package contains the available database "changes".
liquibase.change.core
Technically, a Change expresses an intention for alter the structure of the Database.
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.
All Classes and Interfaces
Interfaces
Classes
Class
Description
AbstractChangeVisitor
AddColumnChangeVisitor
ChangeVisitor
ChangeVisitorFactory
Factory class for constructing the liquibase.change.ChangeVisitor implementation based on a change name.