DEV Community

Discussion on: JPA Auditing: Persisting Audit Logs Automatically using EntityListeners

Collapse
 
reyfren06 profile image
reyfren06 • Edited

Hello,
I have copied part of your implementation and I can't get to work. I have an entity called "Parametros" and after update using @PostUpdate I want to create a new register in other table called "Auditoria", but when I received the "entity" atributte that field is null, however when I do a insert that field if it has value.