concurrency « JPA « Spring Q&A





1. Spring && Hibernate: Optimistic concurrency control    forum.springsource.org

I'm working on a web app where some users acess data (creat,read,delete,update). What i wanna do is to control the concurrency. The best strategy is to implement that with hibernate or ...

2. Handling concurrency with Spring/Hibernate    forum.springsource.org

Hi all, I am quite naive in Spring & Hibernate frameworks. I faced an issue of concurrent updates for single row by the users. I want to knw is there any ...