| From the Hibernate documentation:
Executed after an entity has been loaded into the current persistence context or an entity has been refreshed.
Since neither of these situations are true when querying an audited instance of an entity via Envers, I'm going to close this issue as an AuditQuery should not be calling these specific JPA callbacks. |