TransactionInterface
interface TransactionInterface
Base representation for a unit block of work that is performed on a database.
Inheritors
Properties
Link copied to clipboard
The database on which the transaction tasks are performed.
Link copied to clipboard
The parent transaction of a nested transaction; otherwise, null if the transaction is a top-level instance.
Link copied to clipboard
The transaction manager that manages this transaction instance.