transaction

open override fun <T> transaction(propagation: TransactionPropagation, block: (tx: QueryOperations) -> DataResult<T>): DataResult<T>