Class UnexpectedPrimaryKeyChangeGenerator
- java.lang.Object
-
- liquibase.diff.output.changelog.AbstractChangeGenerator
-
- liquibase.diff.output.changelog.core.UnexpectedPrimaryKeyChangeGenerator
-
- All Implemented Interfaces:
ChangeGenerator,UnexpectedObjectChangeGenerator
public class UnexpectedPrimaryKeyChangeGenerator extends AbstractChangeGenerator implements UnexpectedObjectChangeGenerator
-
-
Field Summary
-
Fields inherited from interface liquibase.diff.output.changelog.ChangeGenerator
EMPTY_CHANGE, PRIORITY_ADDITIONAL, PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NONE
-
-
Constructor Summary
Constructors Constructor Description UnexpectedPrimaryKeyChangeGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Change[]fixUnexpected(DatabaseObject unexpectedObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)intgetPriority(Class<? extends DatabaseObject> objectType, Database database)Class<? extends DatabaseObject>[]runAfterTypes()Class<? extends DatabaseObject>[]runBeforeTypes()-
Methods inherited from class liquibase.diff.output.changelog.AbstractChangeGenerator
fixOutputAsSchema, fixSchema, setRespectSchemaAndCatalogCase
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface liquibase.diff.output.changelog.ChangeGenerator
fixOutputAsSchema, fixSchema
-
-
-
-
Method Detail
-
getPriority
public int getPriority(Class<? extends DatabaseObject> objectType, Database database)
- Specified by:
getPriorityin interfaceChangeGenerator
-
runAfterTypes
public Class<? extends DatabaseObject>[] runAfterTypes()
- Specified by:
runAfterTypesin interfaceChangeGenerator
-
runBeforeTypes
public Class<? extends DatabaseObject>[] runBeforeTypes()
- Specified by:
runBeforeTypesin interfaceChangeGenerator
-
fixUnexpected
public Change[] fixUnexpected(DatabaseObject unexpectedObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)
- Specified by:
fixUnexpectedin interfaceUnexpectedObjectChangeGenerator
-
-