Class TableGeneratorSnapshotGenerator
java.lang.Object
liquibase.ext.hibernate.snapshot.extension.TableGeneratorSnapshotGenerator
- All Implemented Interfaces:
ExtendedSnapshotGenerator<org.hibernate.generator.Generator,liquibase.structure.core.Table>
public class TableGeneratorSnapshotGenerator
extends Object
implements ExtendedSnapshotGenerator<org.hibernate.generator.Generator,liquibase.structure.core.Table>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TableGeneratorSnapshotGenerator
public TableGeneratorSnapshotGenerator()
-
-
Method Details
-
snapshot
public liquibase.structure.core.Table snapshot(org.hibernate.generator.Generator ig) - Specified by:
snapshotin interfaceExtendedSnapshotGenerator<org.hibernate.generator.Generator,liquibase.structure.core.Table>
-
supports
public boolean supports(org.hibernate.generator.Generator ig) - Specified by:
supportsin interfaceExtendedSnapshotGenerator<org.hibernate.generator.Generator,liquibase.structure.core.Table>
-