开发者

Alternative solutions for Hibernate.Envers

开发者 https://www.devze.com 2023-01-16 15:04 出处:网络
i\'m planning a historization for my 开发者_如何学Cjava webapp (spring, hibernate). By googling I found Hibernate.Envers, which seems to be the perfect solution for me.

i'm planning a historization for my 开发者_如何学Cjava webapp (spring, hibernate).

By googling I found Hibernate.Envers, which seems to be the perfect solution for me.

Are there any comparable solutions?

Thanks a lot! Jean


The only alternative I know is the Hibernate Audit Library but

  • It is more focused on auditing than historization.
  • I have no idea of the maturity

I would just go for Envers if using Hibernate.


Have a look at JaVers: https://javers.org/

It offers quite similar functionality, but with some different tweaks which make it better in some cases (and worse in others).

Here is a comparison of the two: https://javers.org/blog/2017/12/javers-vs-envers-comparision.html

0

精彩评论

暂无评论...
验证码 换一张
取 消