Class 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 Detail

      • TableGeneratorSnapshotGenerator

        public TableGeneratorSnapshotGenerator()
    • Method Detail

      • 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>