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 Details

    • TableGeneratorSnapshotGenerator

      public TableGeneratorSnapshotGenerator()
  • Method Details

    • snapshot

      public liquibase.structure.core.Table snapshot(org.hibernate.id.IdentifierGenerator ig)
      Specified by:
      snapshot in interface ExtendedSnapshotGenerator<org.hibernate.id.IdentifierGenerator,liquibase.structure.core.Table>
    • supports

      public boolean supports(org.hibernate.id.IdentifierGenerator ig)
      Specified by:
      supports in interface ExtendedSnapshotGenerator<org.hibernate.id.IdentifierGenerator,liquibase.structure.core.Table>