| Package | Description |
|---|---|
| de.hybris.platform.tx |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
Transaction.execute(TransactionBody transactionBody)
Executes given code inside the current transaction.
|
java.lang.Object |
Transaction.execute(TransactionBody transactionBody,
java.lang.Class<? extends java.lang.Exception>... permittedExceptions)
Executes given code inside the current transaction.
|
protected void |
Transaction.finishExecute(java.lang.Throwable thrown,
TransactionBody body,
java.lang.Class<? extends java.lang.Exception>... permittedExceptions) |
Copyright © 2018 SAP SE. All Rights Reserved.