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