Diff on hibernate envers revisions

2019-05-14 23:05发布

问题:

This is a question related to:

Hibernate Envers revision info (changes list)

and

Getting the old value and new value between two revisions with Hibernate Envers

Since these questions are a few years old I would like to know if there has anything changed?

Is it now possible to retrieve diffs with envers?

Or do I still have to load two revisions and compare them by myself in Java?

And if so - what's the best way to compare the two version in Java?

Thanks.

回答1:

I don't think anything's changed on the Envers side