Hibernate Envers 将数据恢复到某个版本

发布于 2024-10-31 07:02:16 字数 164 浏览 0 评论 0原文

我们使用Hibernate envers来存储数据的历史修订版本,需要将数据恢复到某个修订版本。由于我们使用 Version 列来使用乐观锁定方法,因此当我尝试保存先前版本的数据时,我收到 StaleObjectException。有没有办法强制 Hibernate 存储以前版本的数据?

We are using Hibernate envers to store historical revisions of the data, there is a requirement to revert data to a certain revision. As we are using the Version column to use the optimistic locking approach, when I try to save data from the previous revision I get a StaleObjectException. Is there any way to force Hibernate to store data from previous revision?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

听你说爱我 2024-11-07 07:02:16

这是一个很棒的问题。我在 envers 文档中没有找到类似的内容,但我确信这是一个常见问题。作为解决方法,您可以在所需的对象修订上设置属性(例如在构造函数中)

That's an awesome question. I didn't find anything like that in the envers documentation but I'm sure it's a common issue. As a workaround you could set the attributes on the desired object revision (in a constructor for instance)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文