Alternative solutions for Hibernate.Envers
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
精彩评论