TransactionManager
Represents the manager registered to a database, which is responsible for creating new transactions and storing data related to the database and its transactions.
Inheritors
Properties
The default transaction isolation level. Unless specified, the database-specific level will be used.
The default maximum amount of attempts that will be made to perform a transaction.
The default maximum number of milliseconds to wait before retrying a transaction if an exception is thrown.
The default minimum number of milliseconds to wait before retrying a transaction if an exception is thrown.
Whether transactions should be performed in read-only mode. Unless specified, the database default will be used.
Functions
Sets the current thread's copy of the manager's thread-local variable to the specified transaction.
Returns the current Transaction, or null
if none exists.
Returns a Transaction instance.