Package liquibase.ext.hibernate.diff

Class Summary
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.
ChangedUniqueConstraintChangeGenerator Hibernate doesn't know about all the variations that occur with unique constraint but just whether they exists or not.
MissingIndexChangeGenerator 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.
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.
 



Copyright © 2015 Liquibase.org. All rights reserved.