Adjustment on #1711, more explicit clearing of inactive transactions from thread local

This commit is contained in:
rob bygrave
2019-05-18 11:21:11 +12:00
parent 2678f85506
commit c839fe6520
10 changed files with 48 additions and 13 deletions
@@ -133,6 +133,11 @@ public interface SpiEbeanServer extends ExtendedServer, EbeanServer, BeanLoader,
*/
void externalModification(TransactionEventTable event);
/**
* Clear an implicit transaction from the scope.
*/
void clearServerTransaction();
/**
* Begin a managed transaction (Uses scope manager / ThreadLocal).
*/