Class TableGeneratorSnapshotGenerator
- java.lang.Object
-
- liquibase.ext.hibernate.snapshot.extension.TableGeneratorSnapshotGenerator
-
- All Implemented Interfaces:
ExtendedSnapshotGenerator<org.hibernate.id.IdentifierGenerator,liquibase.structure.core.Table>
public class TableGeneratorSnapshotGenerator extends Object implements ExtendedSnapshotGenerator<org.hibernate.id.IdentifierGenerator,liquibase.structure.core.Table>
-
-
Constructor Summary
Constructors Constructor Description TableGeneratorSnapshotGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description liquibase.structure.core.Tablesnapshot(org.hibernate.id.IdentifierGenerator ig)booleansupports(org.hibernate.id.IdentifierGenerator ig)
-
-
-
Method Detail
-
snapshot
public liquibase.structure.core.Table snapshot(org.hibernate.id.IdentifierGenerator ig)
- Specified by:
snapshotin interfaceExtendedSnapshotGenerator<org.hibernate.id.IdentifierGenerator,liquibase.structure.core.Table>
-
supports
public boolean supports(org.hibernate.id.IdentifierGenerator ig)
- Specified by:
supportsin interfaceExtendedSnapshotGenerator<org.hibernate.id.IdentifierGenerator,liquibase.structure.core.Table>
-
-