[jboss-user] [EJB 3.0] - Re: display data

weiming do-not-reply at jboss.com
Wed Dec 13 00:27:18 EST 2006


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



More information about the jboss-user mailing list