Package | Description |
---|---|
com.atlassian.jira.transaction |
Modifier and Type | Method and Description |
---|---|
Transaction |
TransactionSupportImpl.begin() |
static Transaction |
Txn.begin() |
Transaction |
TransactionSupport.begin()
This begins a new transaction if one is not already running for this thread.
|
void |
Transaction.commit()
This will commit the transaction.
|
void |
Transaction.rollback()
This will rollback the transaction.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.