Package org.javers.core.diff.changetype
package org.javers.core.diff.changetype
-
ClassDescriptionImmutable wrapper for client's Primitives, Values and Id's
Value needs to be dehydrated before persisting.InitialValueChange is a subtype of ValueChange with null on left and a property value on right.New object added to a graphObject removed from a graphChange on object's property of any type (Value, List, Set, Map, Array or Reference)When two objects being compared have different classes, they can have different sets of properties.Changed reference to Entity or Value ObjectTerminalValueChange is a subtype of ValueChange with a property value on left and null on right.Change on a Value property, like int or String