[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6954) Separate notions of LockModes, LockOptions and types of sql locks

Steve Ebersole (JIRA) noreply at atlassian.com
Mon Jan 9 18:19:12 EST 2012


Separate notions of LockModes, LockOptions and types of sql locks
-----------------------------------------------------------------

                 Key: HHH-6954
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6954
             Project: Hibernate Core
          Issue Type: Improvement
            Reporter: Steve Ebersole
             Fix For: 4.1.0


{{LockMode}}s deal with higher-level user-case semantics.  In many cases they don't even correlate to SQL locking options at all (notion of "force" e.g.).

This leads to some awkwardness like the whole {{LockOptions#aliasSpecificLockModes}} stuff.  Also, it leads to awkwardness with Dialects and attempts to acquire SQL locks.

This needs some discussion

--
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