[Missing <summary> documentation for "N:NHibernate.Transaction"]
Classes
Class | Description | |
---|---|---|
![]() | AdoNetTransactionFactory | |
![]() | AdoNetWithDistributedTransactionFactory | |
![]() | AdoNetWithDistributedTransactionFactory..::..DistributedTransactionContext | |
![]() | AdoNetWithDistrubtedTransactionFactory | Obsolete. |
![]() | AdoTransaction |
Wraps an ADO.NET IDbTransaction to implement
the ITransaction interface.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | ISynchronization |
A mimic to the javax.transaction.Synchronization callback to enable RegisterSynchronization(ISynchronization) |
![]() | ITransactionContext |
This is used as a marker interface for the different
transaction context required for each session
|
![]() | ITransactionFactory |
An abstract factory for ITransaction instances.
Concrete implementations are specified by transaction.factory_class
configuration property.
Implementors must be threadsafe and should declare a public default constructor.
|