Implementation of IsolationDelegate.delegateWork() needs to provide new connection to the WorkExecutorVisitable. In some cases we need to do some work out of the current transaction but do not need a new connection for that.
This issue is a request for alternative method that does not allocate the connection.
|