[hibernate-dev] LockMode, LockOptions, Query and Criteria

Steve Ebersole steve at hibernate.org
Thu Dec 29 11:50:18 EST 2011


I think we may have goofed a little bit in how we implemented 
LockOptions specifically in terms of 
org.hibernate.LockOptions#aliasSpecificLockModes

That grew out of the legacy means for specifying lock modes on Query and 
Criteria:
setLockMode(String alias, LockMode lockMode);

There is a discussion going on in JIRA right now about this.  See 
https://hibernate.onjira.com/browse/HHH-5275 if you wish to join in..

-- 
steve at hibernate.org
http://hibernate.org



More information about the hibernate-dev mailing list