Uses of Class
org.liquigraph.core.model.Changeset
-
Packages that use Changeset Package Description org.liquigraph.core.io org.liquigraph.core.io.xml org.liquigraph.core.model org.liquigraph.core.model.predicates org.liquigraph.core.validation -
-
Uses of Changeset in org.liquigraph.core.io
Methods in org.liquigraph.core.io that return types with arguments of type Changeset Modifier and Type Method Description Collection<Changeset>ChangelogGraphReader. read(Connection connection)Method parameters in org.liquigraph.core.io with type arguments of type Changeset Modifier and Type Method Description voidChangelogFileWriter. write(Collection<Changeset> changelogsToInsert)voidChangelogGraphWriter. write(Collection<Changeset> changelog)Runs the set of migrations against the configured database and inserts them in the persisted migration graph.voidChangelogWriter. write(Collection<Changeset> changelogsToInsert) -
Uses of Changeset in org.liquigraph.core.io.xml
Methods in org.liquigraph.core.io.xml that return types with arguments of type Changeset Modifier and Type Method Description Collection<Changeset>ChangelogParser. parse(ChangelogLoader changelogLoader, String masterChangelog)Parses amasterChangelogXML file from the specified classloader, to aChangelogobject. -
Uses of Changeset in org.liquigraph.core.model
Methods in org.liquigraph.core.model that return types with arguments of type Changeset Modifier and Type Method Description Collection<Changeset>Changelog. getChangesets()Method parameters in org.liquigraph.core.model with type arguments of type Changeset Modifier and Type Method Description voidChangelog. setChangesets(Collection<Changeset> changesets) -
Uses of Changeset in org.liquigraph.core.model.predicates
Methods in org.liquigraph.core.model.predicates that return types with arguments of type Changeset Modifier and Type Method Description static Predicate<Changeset>ChangesetById. BY_ID(String id, String author)static Predicate<Changeset>ChangesetChecksumHasChanged. CHECKSUM_HAS_CHANGED(Collection<Changeset> persistedChangesets)Methods in org.liquigraph.core.model.predicates with parameters of type Changeset Modifier and Type Method Description booleanChangesetById. test(Changeset input)booleanChangesetChecksumHasChanged. test(Changeset input)booleanChangesetMatchAnyExecutionContexts. test(Changeset changeset)booleanChangesetRunAlways. test(Changeset changeset)booleanChangesetRunOnChange. test(Changeset input)Method parameters in org.liquigraph.core.model.predicates with type arguments of type Changeset Modifier and Type Method Description static Predicate<Changeset>ChangesetChecksumHasChanged. CHECKSUM_HAS_CHANGED(Collection<Changeset> persistedChangesets) -
Uses of Changeset in org.liquigraph.core.validation
Method parameters in org.liquigraph.core.validation with type arguments of type Changeset Modifier and Type Method Description Collection<String>PersistedChangesetValidator. validate(Collection<Changeset> declaredChangesets, Collection<Changeset> persistedChangesets)
-