[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3185) Implement en optimistic Repeatable Read lock mode

Emmanuel Bernard (JIRA) noreply at atlassian.com
Fri Mar 14 19:35:33 EDT 2008


Implement en optimistic Repeatable Read lock mode
-------------------------------------------------

                 Key: HHH-3185
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3185
             Project: Hibernate3
          Issue Type: Improvement
          Components: core
            Reporter: Emmanuel Bernard


Wrt JPA's LockModeType.READ (and WRITE). There could be implemented as "check the version at the end of the transaction" even for locked entities that have not been modified.

The current Hibernate optimistic lock only check the version of updated entities and was not suitable to be mapped on LockModeType.READ

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list