Brett Meyer commented on an issue
Hibernate ORM / Bug HHH-8566
AuditQuery does not call @PostLoaded callback
I have an entity with a post load callback. Query for this entity with an AuditQuery and calling getSingleResult loads the entity but doesn't call the post load hook.