public class ChangelogGraphWriter extends Object implements ChangelogWriter
| Constructor and Description |
|---|
ChangelogGraphWriter(Connection writeConnection,
com.google.common.base.Supplier<Connection> connectionSupplier,
ConditionExecutor conditionExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(Collection<Changeset> changelog)
Runs the set of migrations against the configured database and inserts them
in the persisted migration graph.
|
public ChangelogGraphWriter(Connection writeConnection, com.google.common.base.Supplier<Connection> connectionSupplier, ConditionExecutor conditionExecutor)
public void write(Collection<Changeset> changelog)
write in interface ChangelogWriterCopyright © 2018. All rights reserved.