Re: [Hibernate] locking

2004-09-02 Thread Robert Streich
Yeah, I saw those, but I was looking for those things that came up on the Session.load() path. I had to ask the question, since I was trying to discover the intent and seeming disparity between the two approaches. The real question that I was trying to answer is: What would it take to make a Sessi

Re: [Hibernate] locking

2004-09-02 Thread Gavin King
Look harder. Not all Loader subclasses are in the loader package. Robert Streich wrote: I'm trying to sort out the way locks are handled. All the queries seem to dutifully run through Loader.applyLocks(), but none of the subclasses of Loader override the default implementation which just returns th

[Hibernate] locking

2004-09-02 Thread Robert Streich
I'm trying to sort out the way locks are handled. All the queries seem to dutifully run through Loader.applyLocks(), but none of the subclasses of Loader override the default implementation which just returns the string that was passed. Instead, all of the locking seems to be generated through Enti