| Package | Description |
|---|---|
| org.liquigraph.core.io | |
| org.liquigraph.core.io.xml | |
| org.liquigraph.core.model | |
| org.liquigraph.core.model.predicates | |
| org.liquigraph.core.validation |
| Modifier and Type | Method and Description |
|---|---|
Collection<Changeset> |
ChangelogGraphReader.read(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangelogFileWriter.write(Collection<Changeset> changelogsToInsert) |
void |
ChangelogWriter.write(Collection<Changeset> changelogsToInsert) |
void |
ChangelogGraphWriter.write(Collection<Changeset> changelog)
Runs the set of migrations against the configured database and inserts them
in the persisted migration graph.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Changeset> |
ChangelogParser.parse(ChangelogLoader changelogLoader,
String masterChangelog)
Parses a
masterChangelog XML file from the specified classloader,
to a Changelog object. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Changeset> |
Changelog.getChangesets() |
| Modifier and Type | Method and Description |
|---|---|
void |
Changelog.setChangesets(Collection<Changeset> changesets) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<Changeset> |
ChangesetById.BY_ID(String id,
String author) |
static com.google.common.base.Predicate<Changeset> |
ChangesetChecksumHasChanged.CHECKSUM_HAS_CHANGED(Collection<Changeset> persistedChangesets) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChangesetById.apply(Changeset input) |
boolean |
ChangesetRunAlways.apply(Changeset input) |
boolean |
ChangesetChecksumHasChanged.apply(Changeset input) |
boolean |
ChangesetMatchAnyExecutionContexts.apply(Changeset input) |
boolean |
ChangesetRunOnChange.apply(Changeset input) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<Changeset> |
ChangesetChecksumHasChanged.CHECKSUM_HAS_CHANGED(Collection<Changeset> persistedChangesets) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
PersistedChangesetValidator.validate(Collection<Changeset> declaredChangesets,
Collection<Changeset> persistedChangesets) |
Collection<String> |
PersistedChangesetValidator.validate(Collection<Changeset> declaredChangesets,
Collection<Changeset> persistedChangesets) |
Copyright © 2018. All rights reserved.