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 voidLiquibase.generateChangeLog(CatalogAndSchema catalogAndSchema, DiffToChangeLog changeLogWriter, PrintStream outputStream, Class<? extends DatabaseObject>... snapshotTypes) final voidLiquibase.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 DiffToChangeLogDiffChangelogCommandStep.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 DiffToChangeLogStandardChangelogPrintService.diffToChangeLogMethods in liquibase.diff.output.changelog.core with parameters of type DiffToChangeLogModifier and TypeMethodDescriptionChangelogPrintServiceFactory.getChangeLogPrintService(DiffToChangeLog diffToChangeLog) ChangelogPrintService.setDiffChangelog(DiffToChangeLog diffToChangeLog) StandardChangelogPrintService.setDiffChangelog(DiffToChangeLog diffToChangeLog)