liquibase.ext.hibernate.snapshot.extension
Class MultipleHiLoPerTableSnapshotGenerator

java.lang.Object
  extended by liquibase.ext.hibernate.snapshot.extension.MultipleHiLoPerTableSnapshotGenerator
All Implemented Interfaces:
ExtendedSnapshotGenerator<org.hibernate.id.IdentifierGenerator,liquibase.structure.core.Table>

public class MultipleHiLoPerTableSnapshotGenerator
extends Object
implements ExtendedSnapshotGenerator<org.hibernate.id.IdentifierGenerator,liquibase.structure.core.Table>


Constructor Summary
MultipleHiLoPerTableSnapshotGenerator()
           
 
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

MultipleHiLoPerTableSnapshotGenerator

public MultipleHiLoPerTableSnapshotGenerator()
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.