Uses of Interface
liquibase.diff.output.ObjectChangeFilter
-
Packages that use ObjectChangeFilter Package Description liquibase.command.core liquibase.command.core.helpers liquibase.diff.output liquibase.integration.commandline liquibase.snapshot -
-
Uses of ObjectChangeFilter in liquibase.command.core
Methods in liquibase.command.core that return ObjectChangeFilter Modifier and Type Method Description ObjectChangeFilterDiffCommand. getObjectChangeFilter()Deprecated.Methods in liquibase.command.core with parameters of type ObjectChangeFilter Modifier and Type Method Description DiffCommandDiffCommand. setObjectChangeFilter(ObjectChangeFilter objectChangeFilter)Deprecated. -
Uses of ObjectChangeFilter in liquibase.command.core.helpers
Fields in liquibase.command.core.helpers with type parameters of type ObjectChangeFilter Modifier and Type Field Description static CommandArgumentDefinition<ObjectChangeFilter>PreCompareCommandStep. OBJECT_CHANGE_FILTER_ARGstatic CommandResultDefinition<ObjectChangeFilter>PreCompareCommandStep. OBJECT_CHANGE_FILTER_RESULT -
Uses of ObjectChangeFilter in liquibase.diff.output
Classes in liquibase.diff.output that implement ObjectChangeFilter Modifier and Type Class Description classStandardObjectChangeFilterThis class is used by other classes to filter the set of database objects used in diff-type operations including the diff command and the generateChangeLog command.Methods in liquibase.diff.output that return ObjectChangeFilter Modifier and Type Method Description ObjectChangeFilterDiffOutputControl. getObjectChangeFilter()Methods in liquibase.diff.output with parameters of type ObjectChangeFilter Modifier and Type Method Description DiffOutputControlDiffOutputControl. setObjectChangeFilter(ObjectChangeFilter objectChangeFilter) -
Uses of ObjectChangeFilter in liquibase.integration.commandline
Methods in liquibase.integration.commandline with parameters of type ObjectChangeFilter Modifier and Type Method Description static CommandScopeCommandLineUtils. createDiffCommand(Database referenceDatabase, Database targetDatabase, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons, ObjectChangeFilter objectChangeFilter, PrintStream output)static voidCommandLineUtils. doDiff(Database referenceDatabase, Database targetDatabase, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons, ObjectChangeFilter objectChangeFilter, PrintStream output)static voidCommandLineUtils. doDiffToChangeLog(String changeLogFile, Database referenceDatabase, Database targetDatabase, String author, DiffOutputControl diffOutputControl, ObjectChangeFilter objectChangeFilter, String snapshotTypes)static voidCommandLineUtils. doDiffToChangeLog(String changeLogFile, Database referenceDatabase, Database targetDatabase, String author, DiffOutputControl diffOutputControl, ObjectChangeFilter objectChangeFilter, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons) -
Uses of ObjectChangeFilter in liquibase.snapshot
Constructors in liquibase.snapshot with parameters of type ObjectChangeFilter Constructor Description SnapshotControl(Database database, ObjectChangeFilter objectChangeFilter, Class<? extends DatabaseObject>... types)
-