Uses of Class
liquibase.diff.output.changelog.DiffToChangeLog
Packages that use DiffToChangeLog
-
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) Deprecated.final voidLiquibase.generateChangeLog(CatalogAndSchema catalogAndSchema, DiffToChangeLog changeLogWriter, PrintStream outputStream, ChangeLogSerializer changeLogSerializer, Class<? extends DatabaseObject>... snapshotTypes) Deprecated.Use {linkCommandScope(String)to generateChangelog instead of this method. -
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)
CommandScope(String)to generateChangelog instead of this method.