Uses of Interface
liquibase.change.visitor.ChangeVisitor
-
Packages that use ChangeVisitor 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.visitor liquibase.changelog -
-
Uses of ChangeVisitor in liquibase.change
Methods in liquibase.change with parameters of type ChangeVisitor Modifier and Type Method Description voidAbstractChange. modify(ChangeVisitor changeVisitor)voidChange. modify(ChangeVisitor changeVisitor) -
Uses of ChangeVisitor in liquibase.change.core
Methods in liquibase.change.core with parameters of type ChangeVisitor Modifier and Type Method Description voidAddColumnChange. modify(ChangeVisitor changeVisitor) -
Uses of ChangeVisitor in liquibase.change.visitor
Classes in liquibase.change.visitor that implement ChangeVisitor Modifier and Type Class Description classAbstractChangeVisitorclassAddColumnChangeVisitorMethods in liquibase.change.visitor that return ChangeVisitor Modifier and Type Method Description ChangeVisitorChangeVisitorFactory. create(String tagName)Create a new ChangeVisitor subclass based on the given tag name. -
Uses of ChangeVisitor in liquibase.changelog
Methods in liquibase.changelog that return types with arguments of type ChangeVisitor Modifier and Type Method Description List<ChangeVisitor>DatabaseChangeLog. getChangeVisitors()
-