Package com.polarion.alm.shared.api.transaction
package com.polarion.alm.shared.api.transaction
-
ClassDescriptionUse the
TransactionalExecutor.executeInReadOnlyTransaction(RunnableInReadOnlyTransaction)to execute the code in a read only transaction.Executor for code using theReadOnlyTransactionorWriteTransactionUse theTransactionalExecutor.executeInWriteTransaction(RunnableInWriteTransaction)to execute the code in a write transaction.