public class TableGeneratorSnapshotGenerator extends Object implements ExtendedSnapshotGenerator<org.hibernate.id.IdentifierGenerator,liquibase.structure.core.Table>
| Constructor and Description |
|---|
TableGeneratorSnapshotGenerator() |
| Modifier and Type | Method and Description |
|---|---|
liquibase.structure.core.Table |
snapshot(org.hibernate.id.IdentifierGenerator ig) |
boolean |
supports(org.hibernate.id.IdentifierGenerator ig) |
public liquibase.structure.core.Table snapshot(org.hibernate.id.IdentifierGenerator ig)
snapshot in interface ExtendedSnapshotGenerator<org.hibernate.id.IdentifierGenerator,liquibase.structure.core.Table>public boolean supports(org.hibernate.id.IdentifierGenerator ig)
supports in interface ExtendedSnapshotGenerator<org.hibernate.id.IdentifierGenerator,liquibase.structure.core.Table>Copyright © 2020 Liquibase.org. All rights reserved.