Uses of Interface
de.hybris.platform.tx.TransactionBody
-
Packages that use TransactionBody Package Description de.hybris.platform.tx -
-
Uses of TransactionBody in de.hybris.platform.tx
Methods in de.hybris.platform.tx with parameters of type TransactionBody Modifier and Type Method Description java.lang.ObjectTransaction. execute(TransactionBody transactionBody)Executes given code inside the current transaction.java.lang.ObjectTransaction. execute(TransactionBody transactionBody, java.lang.Class<? extends java.lang.Exception>... permittedExceptions)Executes given code inside the current transaction.protected voidTransaction. finishExecute(java.lang.Throwable thrown, TransactionBody body, java.lang.Class<? extends java.lang.Exception>... permittedExceptions)
-