I port from hibernate Envers 3.6 to Envers 4.0. This new version doesn't have AuditEventListener. Old version requires: listeners
I can't find how to configure the new version.
|
I port from hibernate Envers 3.6 to Envers 4.0. This new version doesn't have AuditEventListener. Old version requires: listeners I can't find how to configure the new version.
| ||||
|
feedback
|
|
In version 4.0 :
There is no need to add this in the persistence.xml. These event listener are now registred automaticaly now. | ||||
|
feedback
|