@PublicApi
public interface TransactionalExecutorFactory
TransactionalExecutor.
Note that the TransactionalExecutors created are not considered thread safe.| Modifier and Type | Method and Description |
|---|---|
TransactionalExecutor |
createExecutor()
Create a transactional executor with
readOnly set and requiresNew not set |
TransactionalExecutor |
createExecutor(boolean readOnly,
boolean requiresNew)
Create a transactional executor
|
TransactionalExecutor createExecutor()
readOnly set and requiresNew not setTransactionalExecutor createExecutor(boolean readOnly, boolean requiresNew)
readOnly - initial value for readOnlyrequiresNew - initial value for requiresNewCopyright © 2015 Atlassian. All rights reserved.