result « Struts « JPA Q&A





1. hibernate query returning result set problem    stackoverflow.com

i have fired a query in hibernate which returning a list...having size 25 but when i m going to iterate list it and printing it printing 1st element 25 times...not iterating ...

2. Viewing result of an inner join query in struts    forum.hibernate.org

Hi everyone, I'm pretty new in Hibernate so I'm sorry if my question is trivial. I got an action that does this: Code: public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) { ...