Update « Struts « JPA Q&A





1. get NonUniqueObjectException when update entity using struts2 and hibernate    stackoverflow.com

I use hibernate as the ORM framework,and this is my first time use it for writing operation. Befor this appliction,I just use hibernate to read data from the db. In my struts action,I ...

2. Save vs. Update in Struts Action    forum.hibernate.org

Hello All, Architecture of my first prod Hibernate app has gone surprisingly well so far, thanks to everyone surrounding this project for the contributions! I'm stumbling on something that should be easy, but I'm just not seeing it. I searched this forum but found nothing. If this is answered in a Wiki and I missed it, please feel free to pelt ...

3. Help with struts/hibernate update strategy    forum.hibernate.org

Newbie Joined: Thu Feb 17, 2005 10:49 am Posts: 6 Folks, I'm looking for the prescribed way to use hibernate in a 3 tier web app with struts and session beans facades. I have one issue that I can't resolve. I've read the docs and FAQs, searched the forums and I own the book. When I update a record that is ...