Package liquibase.changelog
-
Interface Summary Interface Description ChangeLogChild ChangeLogHistoryService IncludeAllFilter -
Class Summary Class Description AbstractChangeLogHistoryService ChangeLogHistoryServiceFactory ChangeLogInclude ChangeLogIncludeAll ChangeLogIterator ChangeLogParameters Holds the parameters configured for aDatabaseChangeLog
.ChangeLogProperty ChangeSet Encapsulates a changeSet and all its associated changes.ChangeSetStatus Contains the current status of a ChangeSet.DatabaseChangeLog Encapsulates the information stored in the change log XML file.MockChangeLogHistoryService ModifyChangeSets Container class to handle the modifyChangeSets tag.OfflineChangeLogHistoryService PropertyExpandingStream RanChangeSet Encapsulates information about a previously-ran changeset.RollbackContainer StandardChangeLogHistoryService StatusChangeLogIterator 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. -
Enum Summary Enum Description ChangeSet.ExecType ChangeSet.RunStatus ChangeSet.ValidationFailOption DatabaseChangeLog.OnUnknownFileFormat Controls what to do when including a file with a format that isn't recognized by a changelog parser.