keeping the history of table in java

后端 未结 11 1713
误落风尘
误落风尘 2020-12-10 09:54

I need the sample program in Java for keeping the history of table if user inserted, updated and deleted on that table. Can anybody help in this?

Thanks in advance

11条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-10 10:52

    If you are working with Hibernate you can use Envers to solve this problem.

提交回复
热议问题