| Package | Description |
|---|---|
| liquibase.ext.hibernate.snapshot |
| Modifier and Type | Class and Description |
|---|---|
class |
CatalogSnapshotGenerator
Hibernate doesn't really support Catalogs, so just return the passed example back as if it had all the info it needed.
|
class |
ColumnSnapshotGenerator
Columns are snapshotted along with with Tables in
TableSnapshotGenerator but this class needs to be here to keep the default ColumnSnapshotGenerator from running. |
class |
ForeignKeySnapshotGenerator |
class |
IndexSnapshotGenerator |
class |
PrimaryKeySnapshotGenerator |
class |
SchemaSnapshotGenerator
Hibernate doesn't really support Schemas, so just return the passed example back as if it had all the info it needed.
|
class |
SequenceSnapshotGenerator
Sequence snapshots are not yet supported, but this class needs to be implemented in order to prevent the default SequenceSnapshotGenerator from running.
|
class |
TableSnapshotGenerator |
class |
UniqueConstraintSnapshotGenerator |
class |
ViewSnapshotGenerator
View snapshots are not supported from hibernate, but this class needs to be implemented in order to prevent the default ViewSnapshotGenerator from running.
|
Copyright © 2020 Liquibase.org. All rights reserved.