1. hibernate query returning result set problem stackoverflow.comi 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.orgHi 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) { ... |