[Missing <summary> documentation for "N:NHibernate.Dialect.Lock"]

Classes

  ClassDescription
Public classSelectLockingStrategy
A locking strategy where the locks are obtained through select statements.
Public classUpdateLockingStrategy
A locking strategy where the locks are obtained through update statements.

Interfaces

  InterfaceDescription
Public interfaceILockingStrategy
A strategy abstraction for how locks are obtained in the underlying database.