Uses of Class
io.datarouter.changelog.storage.Changelog
| Package | Description |
|---|---|
| io.datarouter.changelog.service | |
| io.datarouter.changelog.storage |
-
Uses of Changelog in io.datarouter.changelog.service
Methods in io.datarouter.changelog.service with parameters of type Changelog Modifier and Type Method Description StringViewChangelogService. buildEditHref(Changelog log)StringViewChangelogService. buildViewExactHref(Changelog log)Method parameters in io.datarouter.changelog.service with type arguments of type Changelog Modifier and Type Method Description j2html.tags.ContainerTag<?>ViewChangelogService. buildTable(List<Changelog> rows, ZoneId zoneId) -
Uses of Changelog in io.datarouter.changelog.storage
Methods in io.datarouter.changelog.storage that return Changelog Modifier and Type Method Description ChangelogChangelogDao. get(ChangelogKey key)Methods in io.datarouter.changelog.storage that return types with arguments of type Changelog Modifier and Type Method Description Optional<Changelog>ChangelogDao. find(ChangelogKey key)io.datarouter.scanner.Scanner<Changelog>ChangelogDao. scan()io.datarouter.scanner.Scanner<Changelog>ChangelogDao. scan(io.datarouter.util.tuple.Range<ChangelogKey> range)Methods in io.datarouter.changelog.storage with parameters of type Changelog Modifier and Type Method Description List<io.datarouter.model.field.Field<?>>Changelog.ChangelogFielder. getNonKeyFields(Changelog databean)voidChangelogDao. put(Changelog databean)