ARTICLE AD BOX
I am working on a project where I have to audit some fields, I was going to use hibernate envers, but since it doesn't extend to custom logic, I am now in between using AOP to intercept methods with a custom annotation (@auditable), or Jpa entity listeners with hibernate interceptors or events.
