
Tag archives for real
Hello,
To continue with Hibernate/ORM posts, I would submit a common problem faced with the use of lazy loading in ORM: the objects returned by the ORM layer contain lazy loading references (its type has a suffix as '_$$_javassist_11'), and so the need of have an ORM session to access these objects.
Origin of lazy exceptions
Indeed, some object attributes are loaded as ...more»
