Hibernate envers - How to store only updated values

后端 未结 2 433
既然无缘
既然无缘 2021-01-22 09:47

I am using Hibernate Envers for my Auditing. Post-update and post-insert works fine.

I have a requirement where I need to audit only the updated columns in the audit tab

2条回答
  •  北海茫月
    2021-01-22 09:57

    What happens if you dont configure envers listener for post-insert?

    I mean if you take out post-insert listener from your config?

     
    

提交回复
热议问题