From: Boring, J. W, A. <jb...@at...> - 2002-10-02 12:21:30
|
Gavin: Wouldn't you want to specify locks by the more granular transaction = instead of session? This is how OJB.ODMG does it. I want to make sure I understand clearly Hibernates "locking." There are = 2 distinct issues, object cache locking verses RDBMS locking. Locking as = discussed here has to do with the object cache, not share/exclusive = locks applied to the rows of the database (for RDBMS with row level = locking)? Right? RDBMS locking is controlled solely by the isolation = level and the specific DML issued, right? -----Original Message----- From: Gavin King [mailto:ga...@ap...] Sent: Wednesday, October 02, 2002 2:42 AM To: hibernate list Subject: [Hibernate] Please check out the new locking API Could people do me a favor + check out the new locking API and let me = know what they think. 'Cos if no-one else has any very strong opinions on = this stuff, I might as well release it in the next version. TIA Gavin ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ hibernate-devel mailing list hib...@li... https://lists.sourceforge.net/lists/listinfo/hibernate-devel |