http « Load « JPA Q&A





1. How to lazy load collection of objects in two http sessions.    forum.hibernate.org

Hi I have two classes named college and student with parent child relationship . the mapping file is as fallows. and code to CREATE, ADD and GETting records are as fallows CREATE: in a ...

2. Lazy loading across two HTTP service request    forum.hibernate.org

Hi, I am new to hibernate. I am developing a flex application with java on the server side. I have a parent-child relation ship in my application domain objects. It is a wizard based UI where I'll bring all parents as a list on the first page (This happens in one HTTP service request aka BalzeDS service). Depending on the selection ...

3. Load Balanced HTTP/SOAP servers + Hibernate    forum.hibernate.org

I'm trying to found out how hibernate deals with this situation. 2 + tomcat servers exporting the same interface via SOAP behind a load balanced switch. First SOAP request comes in the row is pulled from the DB and a single column is changed, say column A1. The second SOAP request hits a different machine but pulls the same row and ...