public class HibernateChangedUniqueConstraintChangeGenerator extends liquibase.diff.output.changelog.coreChangedUniqueConstraintChangeGenerator
Unique attribute for unique constraints backing index can have different values dependending on the database implementation, so we suppress all unique constraint changes based on unique constraints.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Change[] |
fixChanged(DatabaseObject changedObject, ObjectDifferences differences, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain) |
|
public int |
getPriority(java.lang.Class<? extends DatabaseObject> objectType, Database database) |