keeping the history of table in java

后端 未结 11 1716
误落风尘
误落风尘 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:45

    I think you can use the redo log of your underlying database to keep track of the operation performed. Is there any particular reason to go for the program?

提交回复
热议问题