return bool |
|
object obj |
Type LockMode
Namespace NHibernate
return bool |
|
object obj |
return int |
return Type |
return bool |
|
LockMode mode |
return bool |
|
LockMode mode |
return string |
If an object is requested with this lock mode, a Read
lock
might be obtained if necessary.
return LockMode
|
Objects are loaded in Read
mode by default
return LockMode
|
Objects loaded in this lock mode are materialized using an
SQL SELECT ... FOR UPDATE
return LockMode
|
SELECT ... FOR UPGRADE NOWAIT
.
The semantics of this lock mode, once obtained, are the same as Upgrade
return LockMode
|
Write
lock is obtained when an object is updated or inserted.This is not a valid mode forLoad()
orLock()
.
return LockMode
|