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?
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 ...