I have an Envers query that returns a lazy result although the field is defined in hibernate-mapping with lazy="false".
I have looked it up at the Hibernate-Envers forums and didn't find any useful information.
So this is what i have:
hibernate-mapping -

This is the result during run-time

Any idea about what am I doing wrong or how can i get the real object instead of the lazy one?
Thanks in advance.