transactionCanBeNested method

bool transactionCanBeNested(
  1. TransactionExecutor inner
)

Intercept TransactionExecutor.supportsNestedTransactions calls.

Implementation

bool transactionCanBeNested(TransactionExecutor inner) {
  return inner.supportsNestedTransactions;
}