Package org.projectbarbel.histo.model
Class BitemporalUpdate<T>
- java.lang.Object
-
- org.projectbarbel.histo.model.BitemporalUpdate<T>
-
- Type Parameters:
T
- the managed type
public class BitemporalUpdate<T> extends Object
Class that describes the result of a successful invocation ofBarbelHisto.save(Object, java.time.ZonedDateTime, java.time.ZonedDateTime)
method.- Author:
- Niklas Schlimm
-
-
Constructor Summary
Constructors Constructor Description BitemporalUpdate(Bitemporal updateRequest, EmbeddingJournalUpdateStrategy.JournalUpdateCase updateCase, List<T> lastInserts, List<T> lastInactivations)
-
Method Summary
Modifier and Type Method Description List<T>
getInactivations()
List<T>
getInserts()
EmbeddingJournalUpdateStrategy.JournalUpdateCase
getUpdateCase()
Bitemporal
getUpdateRequest()
-
-
-
Constructor Detail
-
BitemporalUpdate
public BitemporalUpdate(Bitemporal updateRequest, EmbeddingJournalUpdateStrategy.JournalUpdateCase updateCase, List<T> lastInserts, List<T> lastInactivations)
-
-
Method Detail
-
getUpdateCase
public EmbeddingJournalUpdateStrategy.JournalUpdateCase getUpdateCase()
-
getUpdateRequest
public Bitemporal getUpdateRequest()
-
-