Package liquibase.diff.output.changelog
Interface UnexpectedObjectChangeGenerator
-
- All Superinterfaces:
ChangeGenerator
- All Known Implementing Classes:
UnexpectedColumnChangeGenerator,UnexpectedForeignKeyChangeGenerator,UnexpectedIndexChangeGenerator,UnexpectedPrimaryKeyChangeGenerator,UnexpectedSequenceChangeGenerator,UnexpectedTableChangeGenerator,UnexpectedUniqueConstraintChangeGenerator,UnexpectedViewChangeGenerator
public interface UnexpectedObjectChangeGenerator extends ChangeGenerator
-
-
Field Summary
-
Fields inherited from interface liquibase.diff.output.changelog.ChangeGenerator
EMPTY_CHANGE, PRIORITY_ADDITIONAL, PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NONE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Change[]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 Detail
-
fixUnexpected
Change[] fixUnexpected(DatabaseObject unexpectedObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)
-
-