Uses of Class
org.projectbarbel.histo.model.BitemporalUpdate
-
Packages that use BitemporalUpdate Package Description org.projectbarbel.histo -
-
Uses of BitemporalUpdate in org.projectbarbel.histo
Methods in org.projectbarbel.histo that return BitemporalUpdate Modifier and Type Method Description default BitemporalUpdate<T>
BarbelHisto. save(T newVersion)
Save objects toBarbelHisto
.default BitemporalUpdate<T>
BarbelHisto. save(T newVersion, ZonedDateTime from)
Save objects toBarbelHisto
.BitemporalUpdate<T>
BarbelHisto. save(T newVersion, ZonedDateTime from, ZonedDateTime until)
Save objects toBarbelHisto
.default BitemporalUpdate<T>
BarbelHisto. save(T newVersion, EffectivePeriod period)
Save objects toBarbelHisto
.BitemporalUpdate<T>
BarbelHistoCore. save(T newVersion, ZonedDateTime from, ZonedDateTime until)
-