Package liquibase.ext.hibernate.diff
-
Class Summary Class Description ChangedColumnChangeGenerator Hibernate and database types tend to look different even though they are not.ChangedForeignKeyChangeGenerator Hibernate doesn't know about all the variations that occur with foreign keys but just whether the FK exists or not.MissingSequenceChangeGenerator UnexpectedIndexChangeGenerator Indexes tend to be added in the database that don't correspond to what is in Hibernate, so we suppress all dropIndex changes based on indexes defined in the database but not in hibernate.