hibernate / hibernate-reactive

A reactive API for Hibernate ORM, supporting non-blocking database drivers and a reactive style of interaction with the database.
https://hibernate.org/reactive
Apache License 2.0
441 stars 92 forks source link

Hibernate Envers | Create custom Audit Fields and Change in REVTYPE #1943

Open mohitbang740 opened 4 months ago

mohitbang740 commented 4 months ago

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.