From: Gavin_King/Cirrus%<CI...@ci...> - 2002-03-04 05:42:28
|
I've added these two new methods to the Session interface. Session.lock(object) - upgrade existing readlock (where supported) Session.loadWithLock(clazz, id) - load the object using for update when using loadWithReadlock(), hibernate reverts to its default behaviour, hibernate.use_outer_join=false, because you can't use "for update" with an outer join. thanks for everyone's input. |