Class which provides the isolation semantics required by
an IIsolatedWork.
Namespace: NHibernate.Engine.TransactionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public class Isolater |
Visual Basic |
---|
Public Class Isolater |
Visual C++ |
---|
public ref class Isolater |
Remarks
- DoIsolatedWork(IIsolatedWork, ISessionImplementor) - makes sure the work to be done is performed in a seperate, distinct transaction
- DoNonTransactedWork(IIsolatedWork, ISessionImplementor) - makes sure the work to be done is performed outside the scope of any transaction