EnhancerByCGLIB « Fetch « JPA Q&A





1. HQL join fetch and $EnhancerByCGLIB$ issue    coderanch.com

if to specify explicitly the then after executing HQL query the retrieved objects are not proxied by CGLIB but if the then after the hql with 'fetch join' execution i get the instance of ClassName$EnhancerByCGLIB$121212 is this the bug? how can i get rid of $EnhancerByCGLIB$ and get the desired ClassName?

2. HQL join fetch and $EnhancerByCGLIB$ issue    forum.hibernate.org

if to specify explicitly the then after executing HQL query the retrieved objects are not proxied by CGLIB but if the then after the hql with 'fetch join' execution i get the instance of ClassName$EnhancerByCGLIB$121212 'join fetch' shouldn't use proxy, but id does. Of course it returns initialized proxy but the className is not ...