Package liquibase.ext.hibernate.diff
package liquibase.ext.hibernate.diff
-
ClassesClassDescriptionHibernate doesn't know about all the variations that occur with foreign keys but just whether the FK exists or not.Hibernate manages sequences only by the name, startValue and incrementBy fields.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.