package

com.atlassian.confluence.util.transaction

Interfaces

TransactionExecutor<K> Allows that wrapping of org.springframework.transaction.support.TransactionCallbacks so that they may occur in a separate context (e.g. 

Classes

ReadOnlyTransactionExecutor<K> TransactionExecutor that wraps all org.springframework.transaction.support.TransactionCallback calls within a read only transaction.