Uses of Interface
com.atlassian.sal.api.rdbms.TransactionalExecutor
Packages that use TransactionalExecutor
-
Uses of TransactionalExecutor in com.atlassian.sal.api.rdbms
Methods in com.atlassian.sal.api.rdbms that return TransactionalExecutorModifier and TypeMethodDescriptiondefault TransactionalExecutorTransactionalExecutorFactory.create()Create a transactional executor withreadOnlynot set andrequiresNewnot setdefault TransactionalExecutorTransactionalExecutorFactory.createExecutor()Deprecated.default TransactionalExecutorTransactionalExecutorFactory.createExecutor(boolean readOnly, boolean requiresNew) Create a transactional executordefault TransactionalExecutorTransactionalExecutorFactory.createReadOnly()Create a transactional executor withreadOnlyset andrequiresNewnot setTransactionalExecutor.existingTransaction()Alter this executor so that the connection executes within an existing transaction or creates a new one if one is not presentTransactionalExecutor.newTransaction()Alter this executor so that it executes in a new transaction, regardless of any existingTransactionalExecutor.readOnly()Alter this executor so that the connection is read-onlyTransactionalExecutor.readWrite()Alter this executor so that the connection is read-write
TransactionalExecutorFactory.createReadOnly()Create a transactional executor withreadOnlyset andrequiresNewnot set