| Package | Description |
|---|---|
| com.atlassian.sal.api.rdbms |
| Modifier and Type | Method and Description |
|---|---|
default TransactionalExecutor |
TransactionalExecutorFactory.create()
Create a transactional executor with
readOnly not set and requiresNew not set |
default TransactionalExecutor |
TransactionalExecutorFactory.createExecutor()
Deprecated.
As of release 3.1.0, replaced by
TransactionalExecutorFactory.createReadOnly()
Create a transactional executor with readOnly set and requiresNew not set |
default TransactionalExecutor |
TransactionalExecutorFactory.createExecutor(boolean readOnly,
boolean requiresNew)
Create a transactional executor
|
default TransactionalExecutor |
TransactionalExecutorFactory.createReadOnly()
Create a transactional executor with
readOnly set and requiresNew not set |
TransactionalExecutor |
TransactionalExecutor.existingTransaction()
Alter this executor so that the connection executes within an existing transaction or creates a new one if one is
not present
|
TransactionalExecutor |
TransactionalExecutor.newTransaction()
Alter this executor so that it executes in a new transaction, regardless of any existing
|
TransactionalExecutor |
TransactionalExecutor.readOnly()
Alter this executor so that the connection is read-only
|
TransactionalExecutor |
TransactionalExecutor.readWrite()
Alter this executor so that the connection is read-write
|
Copyright © 2021 Atlassian. All rights reserved.