Uses of Class
liquibase.ext.hibernate.snapshot.HibernateSnapshotGenerator
-
Packages that use HibernateSnapshotGenerator Package Description liquibase.ext.hibernate.snapshot -
-
Uses of HibernateSnapshotGenerator in liquibase.ext.hibernate.snapshot
Subclasses of HibernateSnapshotGenerator in liquibase.ext.hibernate.snapshot Modifier and Type Class Description classCatalogSnapshotGeneratorHibernate doesn't really support Catalogs, so just return the passed example back as if it had all the info it needed.classColumnSnapshotGeneratorColumns are snapshotted along with with Tables inTableSnapshotGeneratorbut this class needs to be here to keep the default ColumnSnapshotGenerator from running.classForeignKeySnapshotGeneratorclassIndexSnapshotGeneratorclassPrimaryKeySnapshotGeneratorclassSchemaSnapshotGeneratorHibernate doesn't really support Schemas, so just return the passed example back as if it had all the info it needed.classSequenceSnapshotGeneratorSequence snapshots are not yet supported, but this class needs to be implemented in order to prevent the default SequenceSnapshotGenerator from running.classTableSnapshotGeneratorclassUniqueConstraintSnapshotGeneratorclassViewSnapshotGeneratorView snapshots are not supported from hibernate, but this class needs to be implemented in order to prevent the default ViewSnapshotGenerator from running.
-