Uses of Class
liquibase.diff.output.changelog.DiffToChangeLog
Packages that use DiffToChangeLog
Package
Description
Liquibase top level namespace package.
-
Uses of DiffToChangeLog in liquibase
Methods in liquibase with parameters of type DiffToChangeLogModifier and TypeMethodDescriptionfinal void
Liquibase.generateChangeLog
(CatalogAndSchema catalogAndSchema, DiffToChangeLog changeLogWriter, PrintStream outputStream, Class<? extends DatabaseObject>... snapshotTypes) final void
Liquibase.generateChangeLog
(CatalogAndSchema catalogAndSchema, DiffToChangeLog changeLogWriter, PrintStream outputStream, ChangeLogSerializer changeLogSerializer, Class<? extends DatabaseObject>... snapshotTypes) -
Uses of DiffToChangeLog in liquibase.command.core
Methods in liquibase.command.core that return DiffToChangeLogModifier and TypeMethodDescriptionprotected DiffToChangeLog
DiffChangelogCommandStep.createDiffToChangeLogObject
(DiffResult diffResult, DiffOutputControl diffOutputControl, boolean skipObjectSorting) -
Uses of DiffToChangeLog in liquibase.diff.output.changelog.core
Fields in liquibase.diff.output.changelog.core declared as DiffToChangeLogModifier and TypeFieldDescriptionprotected DiffToChangeLog
StandardChangelogPrintService.diffToChangeLog
Methods in liquibase.diff.output.changelog.core with parameters of type DiffToChangeLogModifier and TypeMethodDescriptionChangelogPrintServiceFactory.getChangeLogPrintService
(DiffToChangeLog diffToChangeLog) ChangelogPrintService.setDiffChangelog
(DiffToChangeLog diffToChangeLog) StandardChangelogPrintService.setDiffChangelog
(DiffToChangeLog diffToChangeLog)