Package liquibase.changelog
package liquibase.changelog
-
ClassDescriptionThe ChangeLogIterator class is responsible for iterating through a list of ChangeSets in a DatabaseChangeLog and executing a visitor for each ChangeSet that passes the specified filters.Holds the parameters configured for a
DatabaseChangeLog
.Encapsulates a changeSet and all its associated changes.Contains the current status of a ChangeSet.Encapsulates the information stored in the change log XML file.Controls what to do when including a file with a format that isn't recognized by a changelog parser.Service to perform a fast check of the historyService to determine if there is no unrun changesets without obtaining an exclusive write lock.Container class to handle the modifyChangeSets tag.Encapsulates information about a previously-ran changeset.This class calculates the status of all change sets involved in an update operation It allows us to determine ALL reasons that a ChangeSet will not be deployed, unlike the standard iterator which breaks upon finding a reason to deny the change set.