What lock mode does this load entities with?

Namespace:  NHibernate.Loader
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Protected Friend MustOverride Function GetLockModes ( _
	lockModes As IDictionary _
) As LockMode()
C#
protected internal abstract LockMode[] GetLockModes(
	IDictionary lockModes
)
Visual C++
protected public:
virtual array<LockMode^>^ GetLockModes(
	IDictionary^ lockModes
) abstract
JavaScript
function getLockModes(lockModes);

Parameters

lockModes
Type: System.Collections..::.IDictionary
A Collection of lock modes specified dynamically via the Query Interface

Return Value

See Also