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 theReadOnlyTransaction
orWriteTransaction
Use theTransactionalExecutor.executeInWriteTransaction(RunnableInWriteTransaction)
to execute the code in a write transaction.