hibernate-reactive
hibernate-reactive copied to clipboard
Hibernate Envers | Create custom Audit Fields and Change in REVTYPE
Hi Community, I have a query, I want to create a Audit Table in which I want to define the custom Audit Columns as Application level, means all the Auditable Entity should have them. Along with that I want to change the REVTYPE to String column to store INSERT, UPDATE,DELETE as string instead of 0,1,2 Note: I want to create this in generic way so that it can be plugged in all the entities as well as all the microservices.