Joined: Thu Nov 24, 2005 12:59 pm Posts: 2
|
Hi,
I see there are recent developments with LockingStrategy. The current solution works with Session.lock() but doesn't work with Criteria.setLockMode() or Query.setLockMode().
As I understand the LockingStrategy stuff was added to help handle dialects that don't support select for update syntax. But SQL Server support is still not complete because of Criteria.setLockMode() and Query.setLockMode() stuff.
I wonder whether there are any plans to implement the missing functionality?
Thanks
|
|