From: <leg...@at...> - 2003-10-14 12:36:23
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-398 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-398 Summary: Support for LOCK IN SHARE MODE Type: New Feature Status: Unassigned Priority: Major Project: Hibernate2 Components: core Versions: 2.0.3 Assignee: Reporter: Gerjon de Vries Created: Tue, 14 Oct 2003 7:35 AM Updated: Tue, 14 Oct 2003 7:35 AM Environment: Not specific Description: Currently hibernate supports explicit locking strategies via LockMode.UPGRADE and LockMode.READ. However, there does not seem to be a lockmode that represents the SELECT xxxx LOCK IN SHARE MODE. (I.e. to select row(s) that should not be altered by other sessions, and need not be altered by the current transaction). Is this going to be supported? --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |