if( aParentId == null ) {
| return theManager.createQuery(
| "from ResourceEJB resource where resource.parent IS NULL")
| .getResultList();
| }View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952342#3952342 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952342 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
