Can I change and how to change REVTYPE values in Hibernate Envers?
I'm new in Hiberante and Envers. I successfully implemented Hibernate Envers in my application and made audited tables and everything works fine but I'm wondering is it possible to change values in REVTYPE column in audited tables.
For now I have values 0 (ADD), 1 (MOD) and 2 (DEL). I want to know is it possible to change this values, I want to change for 0 to be for example INSERT, 1 UPDATE and 2 DELETE.
Is this possible and how?
Thank you!
现在这是不可能的,除了分叉项目和更改代码之外。
链接地址: http://www.djcxy.com/p/71556.html上一篇: Envers在插入子时会审核父实体