Hi,
i'm planning a historization for my java 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
Hi,
i'm planning a historization for my java 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
I would just go for Envers if using Hibernate.