Package liquibase.diff.output.changelog
Interface UnexpectedObjectChangeGenerator
- All Superinterfaces:
ChangeGenerator
- All Known Implementing Classes:
UnexpectedColumnChangeGenerator
,UnexpectedForeignKeyChangeGenerator
,UnexpectedIndexChangeGenerator
,UnexpectedPrimaryKeyChangeGenerator
,UnexpectedSequenceChangeGenerator
,UnexpectedTableChangeGenerator
,UnexpectedUniqueConstraintChangeGenerator
,UnexpectedViewChangeGenerator
-
Field Summary
Fields inherited from interface liquibase.diff.output.changelog.ChangeGenerator
EMPTY_CHANGE, PRIORITY_ADDITIONAL, PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NONE
-
Method Summary
Modifier and TypeMethodDescriptionChange[]
fixUnexpected
(DatabaseObject unexpectedObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain) Methods inherited from interface liquibase.diff.output.changelog.ChangeGenerator
fixOutputAsSchema, fixSchema, getPriority, runAfterTypes, runBeforeTypes
-
Method Details
-
fixUnexpected
Change[] fixUnexpected(DatabaseObject unexpectedObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)
-