Re: [Hibernate] locking

2004-09-02 Thread Robert Streich
Streich" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, September 02, 2004 5:36 PM Subject: Re: [Hibernate] locking > Look harder. Not all Loader subclasses are in the loader package. > > Robert Streich wrote: > > >I'm trying to sort out t

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