public interface ITransactionContextHandler
| Modifier and Type | Method and Description |
|---|---|
void |
transactionBegun()
Called when the driver has been told by the server that a transaction is now in progress (when
one has not been currently in progress).
|
void |
transactionCompleted()
Called when the driver has been told by the server that a transaction has completed, and no
transaction is currently in progress.
|
void transactionBegun()
void transactionCompleted()