[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6736) Support for SELECT ... FOR UPDATE SKIP LOCKED / read past locking

Aleksander Blomskøld (JIRA) noreply at atlassian.com
Sat Oct 15 04:47:22 EDT 2011


Support for SELECT ... FOR UPDATE SKIP LOCKED / read past locking
-----------------------------------------------------------------

                 Key: HHH-6736
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6736
             Project: Hibernate Core
          Issue Type: New Feature
          Components: core
            Reporter: Aleksander Blomskøld


Hibernate does currently not support SKIP-LOCKED locking. Skip locked-semantics is useful in when having queue tables with several concurrent consumers. It is supported by Oracle (after 10g, documented in 11g), SQL Server (with the readpast hint), Sybase and possibly others.



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the hibernate-issues mailing list