public class

Txn

extends Object
java.lang.Object
   ↳ com.atlassian.jira.transaction.Txn

Class Overview

A static version of TransactionSupport that calls statically to PICO to get the implementation needed.

Summary

Public Constructors
Txn()
Public Methods
static Transaction begin()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Txn ()

Public Methods

public static Transaction begin ()

Returns
Throws
TransactionRuntimeException if the transaction cannot be started
See Also