1. How to lazy load collection of objects in two http sessions. forum.hibernate.orgHi I have two classes named college and student with parent child relationship . the mapping file is as fallows. |
2. Lazy loading across two HTTP service request forum.hibernate.orgHi, 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.orgI'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 ... |