liquibase.snapshot
Class SnapshotGeneratorChain
java.lang.Object
liquibase.snapshot.SnapshotGeneratorChain
public class SnapshotGeneratorChain
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SnapshotGeneratorChain
public SnapshotGeneratorChain(SortedSet<SnapshotGenerator> snapshotGenerators)
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.