Uses of Interface
liquibase.change.visitor.ChangeVisitor
Packages that use ChangeVisitor
Package
Description
The change package contains the available database "changes".
Technically, a Change expresses an intention for alter the structure of the Database.
-
Uses of ChangeVisitor in liquibase.change
Methods in liquibase.change with parameters of type ChangeVisitorModifier and TypeMethodDescriptionvoid
AbstractChange.modify
(ChangeVisitor changeVisitor) void
Change.modify
(ChangeVisitor changeVisitor) -
Uses of ChangeVisitor in liquibase.change.core
Methods in liquibase.change.core with parameters of type ChangeVisitor -
Uses of ChangeVisitor in liquibase.change.visitor
Classes in liquibase.change.visitor that implement ChangeVisitorMethods in liquibase.change.visitor that return ChangeVisitorModifier and TypeMethodDescriptionCreate a new ChangeVisitor subclass based on the given tag name.