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

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


	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=3993249#3993249

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



More information about the jboss-user mailing list