mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Adjustment on #1711, more explicit clearing of inactive transactions from thread local
This commit is contained in:
@@ -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).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user