liquibase.ext.hibernate.snapshot.extension
Class TableGeneratorSnapshotGenerator

java.lang.Object
  extended by 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
TableGeneratorSnapshotGenerator()
           
 
Method Summary
 liquibase.structure.core.Table snapshot(org.hibernate.id.IdentifierGenerator ig)
           
 boolean supports(org.hibernate.id.IdentifierGenerator ig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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>


Copyright © 2015 Liquibase.org. All rights reserved.