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