manager

Returns the TransactionManager for the current context.

This property attempts to resolve the transaction manager in the following order:

  1. From the current transaction, if one exists

  2. From the current database, if one is set

Throws

if no transaction manager can be found in either the current transaction or the current database.