Does this query return objects that might be already cached by
the session, whose lock mode may need upgrading.
Namespace:
NHibernate.LoaderAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Overridable Function UpgradeLocks As Boolean |
C# |
---|
protected virtual bool UpgradeLocks() |
Visual C++ |
---|
protected: virtual bool UpgradeLocks() |
JavaScript |
---|
function upgradeLocks(); |