I am having trouble figuring out how to use Hibernate Envers and JHipster.
I am using PostgreSQL to store the data, and latest Jhipster 2.6.0 I just generated a JHipster
We currently use the PersistentAuditEvent entity to save changes, and not the "normal" t_user_aud table.
This is because we add additional information (this is for security audits), compared to what Envers stores by default.