|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransactionSupport
Represents the ability to peform a database transaction in JIRA.
| Method Summary | |
|---|---|
Transaction |
begin()
This begins a new transaction if one is not already running for this thread. |
| Method Detail |
|---|
Transaction begin()
throws TransactionRuntimeException
Transaction.commit() will also be a NoOp. The outer caller is then reponsible
for the ultimate commit or rollback.
It will also be a NoOp if a transaction support in JIRA is turned off.
Transaction context object that you can called commit or rollback on
org.ofbiz.core.entity.GenericTransactionException - if the transaction can not be established at all
TransactionRuntimeException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||