Sorry, I post the wrong code in javabean, the correct one is:
public Collection getUser(){
String oql = "select u from UserCredentialsEntity u";
return em.createQuery(oql).getResultList();
}
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993248#3993248
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993248
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user