Class Overview
This class is a simple wrapper around OFBiz TransactionUtil class.
You can set JIRA to use transactions or not with the useTransactions flag.
This was taken from atlassian-ofbiz and placed into its now rightful home of JIRA.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
CoreTransactionUtil
()
Public Methods
public
static
boolean
begin
()
Throws
GenericTransactionException
| |
public
static
void
commit
(boolean began)
Throws
GenericTransactionException
| |
public
static
int
getIsolationLevel
()
public
static
void
rollback
(boolean began)
Throws
GenericTransactionException
| |
public
static
void
setIsolationLevel
(int isolationLevel)
public
static
void
setUseTransactions
(boolean useTransactions)