public abstract class BaseTransactionExecutor extends java.lang.Object implements TransactionExecutor, TransactionHandler
| Constructor and Description |
|---|
BaseTransactionExecutor() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
execute(TransactionAttributeAdapter transactionAttributeAdapter,
com.liferay.petra.function.UnsafeSupplier<T,java.lang.Throwable> unsafeSupplier) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPlatformTransactionManagercommit, rollback, startpublic <T> T execute(TransactionAttributeAdapter transactionAttributeAdapter, com.liferay.petra.function.UnsafeSupplier<T,java.lang.Throwable> unsafeSupplier) throws java.lang.Throwable
execute in interface TransactionExecutorjava.lang.Throwable