[jboss-user] [JBoss Seam] - Re: how to use a defined query in a POJO

damianharvey do-not-reply at jboss.com
Thu Aug 2 13:20:53 EDT 2007


Have you tried injecting them?
@In EntityQuery queryName;
  | ...
  | List list = queryName.resultList();


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070218#4070218

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070218



More information about the jboss-user mailing list