Uses of Interface
de.hybris.platform.tx.TransactionBody.GenericTransactionBody
Packages that use TransactionBody.GenericTransactionBody
-
Uses of TransactionBody.GenericTransactionBody in de.hybris.platform.tx
Methods in de.hybris.platform.tx with parameters of type TransactionBody.GenericTransactionBodyModifier and TypeMethodDescription<T> TTransaction.execute(TransactionBody.GenericTransactionBody<T> transactionBody) Executes given code inside the current transaction.<T> TTransaction.execute(TransactionBody.GenericTransactionBody<T> transactionBody, Class<? extends Exception>... permittedExceptions) Executes given code inside the current transaction.