Diff on hibernate envers revisions

那年仲夏 提交于 2019-12-10 10:17:02

问题


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



来源:https://stackoverflow.com/questions/30726464/diff-on-hibernate-envers-revisions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!