All Classes
-
All Classes Interface Summary Class Summary Class Description CatalogSnapshotGenerator Hibernate doesn't really support Catalogs, so just return the passed example back as if it had all the info it needed.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.ColumnSnapshotGenerator Columns are snapshotted along with with Tables inTableSnapshotGeneratorbut this class needs to be here to keep the default ColumnSnapshotGenerator from running.CustomMetadataFactory Implement this interface to dynamically generate a hibernate:ejb3 configuration.ExtendedSnapshotGenerator<T,U> ForeignKeySnapshotGenerator HibernateClassicDatabase Database implementation for "classic" hibernate configurations.HibernateConnection Implements java.sql.Connection in order to pretend a hibernate configuration is a database in order to fit into the Liquibase framework.HibernateConnectionMetadata Implements the standard java.sql.DatabaseMetaData interface to allow the Hibernate integration to better fit into what Liquibase expects.HibernateDatabase Base class for all Hibernate Databases.HibernateDriver Implements the standard java.sql.Driver interface to allow the Hibernate integration to better fit into what Liquibase expects.HibernateEjb3Database Database implementation for "ejb3" hibernate configurations.HibernateGenericDialect Generic hibernate dialect used when an actual dialect cannot be determined.HibernateSnapshotGenerator Base class for all Hibernate SnapshotGeneratorsHibernateSpringBeanDatabase Database implementation for "spring" hibernate configurations where a bean name is given.HibernateSpringPackageDatabase Database implementation for "spring" hibernate configurations that scans packages.IndexSnapshotGenerator JpaPersistenceDatabase Database implementation for JPA configurations.MissingSequenceChangeGenerator MultipleHiLoPerTableSnapshotGenerator PrimaryKeySnapshotGenerator SchemaSnapshotGenerator Hibernate doesn't really support Schemas, so just return the passed example back as if it had all the info it needed.SequenceSnapshotGenerator Sequence snapshots are not yet supported, but this class needs to be implemented in order to prevent the default SequenceSnapshotGenerator from running.TableGeneratorSnapshotGenerator TableSnapshotGenerator 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.UniqueConstraintSnapshotGenerator ViewSnapshotGenerator View snapshots are not supported from hibernate, but this class needs to be implemented in order to prevent the default ViewSnapshotGenerator from running.