Package org.javers.shadow
Class Shadow<T>
java.lang.Object
org.javers.shadow.Shadow<T>
- Type Parameters:
T- type of a domain object
Shadow is a historical version of a domain object restored
from a snapshot loaded from
Shadows objects are of the same type domain objects. For example, a Shadow of a Person object is an instance of the Person class.
Shadows class is a thin wrapper for a Shadow object and
JaversRepository.
Shadows objects are of the same type domain objects. For example, a Shadow of a Person object is an instance of the Person class.
Shadows class is a thin wrapper for a Shadow object and
CommitMetadata