@PublicApi
public interface TransactionalExecutorFactory
TransactionalExecutor.
Note that the TransactionalExecutors created are not considered thread safe.
| Modifier and Type | Method and Description |
|---|---|
default TransactionalExecutor |
create()
Create a transactional executor with
readOnly not set and requiresNew not set |
default TransactionalExecutor |
createExecutor()
Deprecated.
As of release 3.1.0, replaced by
createReadOnly()
Create a transactional executor with readOnly set and requiresNew not set |
default TransactionalExecutor |
createExecutor(boolean readOnly,
boolean requiresNew)
Create a transactional executor
|
default TransactionalExecutor |
createReadOnly()
Create a transactional executor with
readOnly set and requiresNew not set |
default TransactionalExecutor create()
readOnly not set and requiresNew not setdefault TransactionalExecutor createReadOnly()
readOnly set and requiresNew not setdefault TransactionalExecutor createExecutor(boolean readOnly, boolean requiresNew)
readOnly - initial value for readOnlyrequiresNew - initial value for requiresNew@Deprecated default TransactionalExecutor createExecutor()
createReadOnly()
Create a transactional executor with readOnly set and requiresNew not setCopyright © 2018 Atlassian. All rights reserved.