public class HibernateChangedColumnChangeGenerator extends liquibase.diff.output.changelog.coreChangedColumnChangeGenerator
Hibernate and database types tend to look different even though they are not. The only change that we are handling it size change, and even for this one there are exceptions.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public int |
getPriority(java.lang.Class<? extends DatabaseObject> objectType, Database database) |
|
protected void |
handleDefaultValueDifferences(Column column, ObjectDifferences differences, DiffOutputControl control, java.util.List<Change> changes, Database referenceDatabase, Database comparisonDatabase) |
|
protected void |
handleTypeDifferences(Column column, ObjectDifferences differences, DiffOutputControl control, java.util.List<Change> changes, Database referenceDatabase, Database comparisonDatabase) |