Uses of Class
liquibase.logging.mdc.customobjects.ChangesetsRolledback
Packages that use ChangesetsRolledback
-
Uses of ChangesetsRolledback in liquibase.logging.mdc.customobjects
Methods in liquibase.logging.mdc.customobjects that return ChangesetsRolledbackModifier and TypeMethodDescriptionstatic ChangesetsRolledback
ChangesetsRolledback.fromChangesetList
(List<ChangeSet> changeSets) Generate aChangesetsRolledback
object from a list ofChangeSet
s.