#1197 - Refactor how @Transactional methods internally managed

This commit is contained in:
Rob Bygrave
2017-11-03 02:13:56 +13:00
parent 0a1747d8e3
commit ff67ef60b0
14 changed files with 658 additions and 565 deletions
@@ -17,6 +17,11 @@ public abstract class TransactionScopeManager implements SpiTransactionScopeMana
this.serverName = transactionManager.getServerName();
}
/**
* Return the current Transaction allowing it to be inactive.
*/
public abstract SpiTransaction getScoped();
/**
* Return the current Transaction for this serverName and Thread.
*/