public class SnapshotGeneratorChain extends Object
Constructor and Description |
---|
SnapshotGeneratorChain(SortedSet<SnapshotGenerator> snapshotGenerators) |
Modifier and Type | Method and Description |
---|---|
SnapshotGenerator |
getNextValidGenerator() |
<T extends DatabaseObject> |
snapshot(T example,
DatabaseSnapshot snapshot) |
public SnapshotGeneratorChain(SortedSet<SnapshotGenerator> snapshotGenerators)
public <T extends DatabaseObject> T snapshot(T example, DatabaseSnapshot snapshot) throws DatabaseException, InvalidExampleException
public SnapshotGenerator getNextValidGenerator()
Copyright © 2023 Liquibase.org. All rights reserved.