Class ChangedPrimaryKeyChangeGenerator
java.lang.Object
liquibase.diff.output.changelog.AbstractChangeGenerator
liquibase.diff.output.changelog.core.ChangedPrimaryKeyChangeGenerator
- All Implemented Interfaces:
 ChangedObjectChangeGenerator,ChangeGenerator
public class ChangedPrimaryKeyChangeGenerator
extends AbstractChangeGenerator
implements ChangedObjectChangeGenerator
- 
Field Summary
Fields inherited from interface liquibase.diff.output.changelog.ChangeGenerator
EMPTY_CHANGE, PRIORITY_ADDITIONAL, PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NONE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionChange[]fixChanged(DatabaseObject changedObject, ObjectDifferences differences, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain) intgetPriority(Class<? extends DatabaseObject> objectType, Database database) Class<? extends DatabaseObject>[]Class<? extends DatabaseObject>[]Methods inherited from class liquibase.diff.output.changelog.AbstractChangeGenerator
fixOutputAsSchema, fixSchema, setRespectSchemaAndCatalogCaseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface liquibase.diff.output.changelog.ChangeGenerator
fixOutputAsSchema, fixSchema 
- 
Constructor Details
- 
ChangedPrimaryKeyChangeGenerator
public ChangedPrimaryKeyChangeGenerator() 
 - 
 - 
Method Details
- 
getPriority
- Specified by:
 getPriorityin interfaceChangeGenerator
 - 
runBeforeTypes
- Specified by:
 runBeforeTypesin interfaceChangeGenerator
 - 
runAfterTypes
- Specified by:
 runAfterTypesin interfaceChangeGenerator
 - 
fixChanged
public Change[] fixChanged(DatabaseObject changedObject, ObjectDifferences differences, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain) - Specified by:
 fixChangedin interfaceChangedObjectChangeGenerator
 
 -