Hibernate:维护实体的先前版本
是否有使用 hibernate 维护实体版本历史记录的标准方法?
或者是让数据库在更新/删除时将记录添加到存档表并拥有单独的存档实体的情况?
预先感谢您的任何建议。
Is there a standard way of maintaining a history of Entity versions using hibernate?
Or is it a case of getting the database to add records to an archive table on update/delete and having a separate archive entity?
Thanks in advance for any suggestions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想最“标准”的方法是使用“Envers”,请参阅“http://www.jboss.org/envers”。
I guess the most "standard" way would be using "Envers", see "http://www.jboss.org/envers".