[jboss-user] [EJB 3.0] - Re: EJB3 - how to work with lazy loading
deepasenthil
do-not-reply at jboss.com
Fri Aug 10 08:00:34 EDT 2007
I tried the query
list = manager.createQuery(" from ProjectObject u left join fetch u.projectNumber where u.projectNumber = :projectNumber")
.setParameter("projectNumber", projectNumber) .getResultList();
but it is not working
can you help me
thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072984#4072984
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072984
More information about the jboss-user
mailing list