liquibase.snapshot
Class SnapshotGeneratorChain

java.lang.Object
  extended by liquibase.snapshot.SnapshotGeneratorChain

public class SnapshotGeneratorChain
extends Object


Constructor Summary
SnapshotGeneratorChain(SortedSet<SnapshotGenerator> snapshotGenerators)
           
 
Method Summary
 SnapshotGenerator getNextValidGenerator()
           
<T extends DatabaseObject>
T
snapshot(T example, DatabaseSnapshot snapshot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnapshotGeneratorChain

public SnapshotGeneratorChain(SortedSet<SnapshotGenerator> snapshotGenerators)
Method Detail

snapshot

public <T extends DatabaseObject> T snapshot(T example,
                                             DatabaseSnapshot snapshot)
                                  throws DatabaseException,
                                         InvalidExampleException
Throws:
DatabaseException
InvalidExampleException

getNextValidGenerator

public SnapshotGenerator getNextValidGenerator()


Copyright © 2016 Liquibase.org. All rights reserved.