|
When envers tries to update the old revision to set the revend field (when an embeddable is removed from the collection), it queries the old entry by using the SETORDINAL. However, the setordinal of the changeset when removing an element may be different from the setordinal of the changeset when the element got inserted into the set.
The SETORDINAL was introduced with
HHH-8171
.
|