Uses of Class
liquibase.logging.mdc.customobjects.ChangesetsRolledback.ChangeSet
-
Packages that use ChangesetsRolledback.ChangeSet Package Description liquibase.changelog.visitor liquibase.logging.mdc.customobjects -
-
Uses of ChangesetsRolledback.ChangeSet in liquibase.changelog.visitor
Constructor parameters in liquibase.changelog.visitor with type arguments of type ChangesetsRolledback.ChangeSet Constructor Description RollbackVisitor(Database database, ChangeExecListener listener, List<ChangesetsRolledback.ChangeSet> processedChangesets) -
Uses of ChangesetsRolledback.ChangeSet in liquibase.logging.mdc.customobjects
Methods in liquibase.logging.mdc.customobjects that return ChangesetsRolledback.ChangeSet Modifier and Type Method Description static ChangesetsRolledback.ChangeSetChangesetsRolledback.ChangeSet. fromChangeSet(ChangeSet changeSet)Methods in liquibase.logging.mdc.customobjects that return types with arguments of type ChangesetsRolledback.ChangeSet Modifier and Type Method Description List<ChangesetsRolledback.ChangeSet>ChangesetsRolledback. getChangesets()Method parameters in liquibase.logging.mdc.customobjects with type arguments of type ChangesetsRolledback.ChangeSet Modifier and Type Method Description voidChangesetsRolledback. setChangesets(List<ChangesetsRolledback.ChangeSet> changesets)Constructor parameters in liquibase.logging.mdc.customobjects with type arguments of type ChangesetsRolledback.ChangeSet Constructor Description ChangesetsRolledback(List<ChangesetsRolledback.ChangeSet> changeSets)
-