SaveOrUpdate « Load « JPA Q&A





1. SaveOrUpdate in Load Balance environment    forum.hibernate.org

Hi all, My application is base on Hibernate 3.1.3 (Java 1.4 j2ee 1.3.1 Tomcat 5.5.20) and runs on a "pure load balance system" (session replication). This means that each request get managed from different servers. Hibernate acts as "Session By Request" The work flow is the follow: Application load data from DB and save this data in Tomcat session. Data get ...

2. SaveOrUpdate in Load Balance environment    forum.hibernate.org

Hi all, My application is base on Hibernate 3.1.3 (Java 1.4 j2ee 1.3.1 Tomcat 5.5.20) and runs on a "pure load balance system" (session replication). This means that each request get managed from different servers. Hibernate acts as "Session By Request" The work flow is the follow: Application load data from DB and save this data in Tomcat session. Data get ...

3. saveOrUpdate() ignores custom SQL for loading on cascade    forum.hibernate.org

Page 1 of 1 [ 1 post ] Previous topic | Next topic Author Message carstenpiepel Post subject: saveOrUpdate() ignores custom SQL for loading on cascade Posted: Wed Feb 20, 2008 12:49 am Newbie Joined: Tue Feb 19, 2008 6:11 pm Posts: 3 The test case below is quite contrived, but ...