auditing database events with Hibernate listeners
Posted March 25th, 2009 by JulienI’m currently working on an application dedicated to allow modifications to a data referential via a webapp. Recently we realized that we really needed a way to know who did what to the referential, in order to be able to sort things out if something goes wrong. As we are using JPA/Hibernate for our ORM, [...]
Tags: audit, database, envers, hibernate, listener, logging, slf4j