liquibase.diff.output.changelog.core
Class ChangedUniqueConstraintChangeGenerator
java.lang.Object
liquibase.diff.output.changelog.AbstractChangeGenerator
liquibase.diff.output.changelog.core.ChangedUniqueConstraintChangeGenerator
- All Implemented Interfaces:
- ChangedObjectChangeGenerator, ChangeGenerator
public class ChangedUniqueConstraintChangeGenerator
- extends AbstractChangeGenerator
- implements ChangedObjectChangeGenerator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangedUniqueConstraintChangeGenerator
public ChangedUniqueConstraintChangeGenerator()
getPriority
public int getPriority(Class<? extends DatabaseObject> objectType,
Database database)
- Specified by:
getPriority
in interface ChangeGenerator
runBeforeTypes
public Class<? extends DatabaseObject>[] runBeforeTypes()
- Specified by:
runBeforeTypes
in interface ChangeGenerator
runAfterTypes
public Class<? extends DatabaseObject>[] runAfterTypes()
- Specified by:
runAfterTypes
in interface ChangeGenerator
fixChanged
public Change[] fixChanged(DatabaseObject changedObject,
ObjectDifferences differences,
DiffOutputControl control,
Database referenceDatabase,
Database comparisonDatabase,
ChangeGeneratorChain chain)
- Specified by:
fixChanged
in interface ChangedObjectChangeGenerator
createDropUniqueConstraintChange
protected DropUniqueConstraintChange createDropUniqueConstraintChange()
createAddUniqueConstraintChange
protected AddUniqueConstraintChange createAddUniqueConstraintChange()
Copyright © 2016 Liquibase.org. All rights reserved.