[Hibernate] bad link in wiki

2003-09-15 Thread Emmanuel Bernard
Hi There is a bad link in Documentation > External Documentation (http://www.hibernate.org/78.html) The Scott Amber article is now at http://www.agiledata.org/essays/mappingObjects.html.   Emmanuel Ce message a ete insp

[Hibernate] Proxies in collections

2003-09-15 Thread Schnitzer, Jeff
Lets say we load an object of type EntityA, which has a proxy. The session cache now contains a proxy for that object. Now lets say we load a collection of EntityA objects, one of which is the instance we loaded earlier. What I find in that collection is a set of initialized EntityA objects, _ex

Re: [Hibernate] Proxies in collections

2003-09-15 Thread Gavin King
Why not initialize the proxy with the data that came back from the collection query? The expensive part is going to the db, we have the data, why not use it? I agree that this is better. BTW, I have a patch for a proxy initialize-on-equals="true/false" setting, but I can't submit it until sf's C