Uses of Package
liquibase.changelog.visitor
Packages that use liquibase.changelog.visitor
Package
Description
-
Classes in liquibase.changelog.visitor used by liquibase.changelogClassDescriptionAn implementation of ChangeExecListener can be called by UpdateVisitor or RollbackVisitor for each changeset that is actually run.Called by
ChangeLogIterator
when aChangeSetFilter
accept a changeSet. -
Classes in liquibase.changelog.visitor used by liquibase.changelog.visitorClassDescriptionAn implementation of ChangeExecListener can be called by UpdateVisitor or RollbackVisitor for each changeset that is actually run.Called by
ChangeLogIterator
when aChangeSetFilter
accept a changeSet.Called byChangeLogIterator
when aChangeSetFilter
rejects a changeSet.An interface for generating validating visitors, which are used to validate changesets. -
Classes in liquibase.changelog.visitor used by liquibase.command.coreClassDescriptionAn implementation of ChangeExecListener can be called by UpdateVisitor or RollbackVisitor for each changeset that is actually run.
-
Classes in liquibase.changelog.visitor used by liquibase.command.core.helpersClassDescriptionAn implementation of ChangeExecListener can be called by UpdateVisitor or RollbackVisitor for each changeset that is actually run.
-
Classes in liquibase.changelog.visitor used by liquibase.exception
-
Classes in liquibase.changelog.visitor used by liquibase.integration.commandlineClassDescriptionAn implementation of ChangeExecListener can be called by UpdateVisitor or RollbackVisitor for each changeset that is actually run.
-
Classes in liquibase.changelog.visitor used by liquibase.preconditionClassDescriptionAn implementation of ChangeExecListener can be called by UpdateVisitor or RollbackVisitor for each changeset that is actually run.
-
Classes in liquibase.changelog.visitor used by liquibase.precondition.coreClassDescriptionAn implementation of ChangeExecListener can be called by UpdateVisitor or RollbackVisitor for each changeset that is actually run.
-
Classes in liquibase.changelog.visitor used by liquibase.utilClassDescriptionAn implementation of ChangeExecListener can be called by UpdateVisitor or RollbackVisitor for each changeset that is actually run.ChangeSetVisitor that will collect the execution status of changeSets without executing them.
-
Classes in liquibase.changelog.visitor used by org.liquibase.maven.pluginsClassDescriptionA wrapper ChangeExecListener who keeps track of deployed and failed ChangeSets, while also delegating listener actions to any other ChangeExecListener included when the object is constructed.