| Package | Description |
|---|---|
| com.liferay.portal.spring.aop | |
| com.liferay.portal.spring.transaction |
| Modifier and Type | Method and Description |
|---|---|
static AopInvocationHandler |
AopCacheManager.create(Object target,
TransactionExecutor transactionExecutor) |
| Constructor and Description |
|---|
AopInvocationHandler(Object target,
com.liferay.portal.kernel.aop.ChainableMethodAdvice[] chainableMethodAdvices,
TransactionExecutor transactionExecutor) |
| Modifier and Type | Class and Description |
|---|---|
class |
CallbackPreferringTransactionExecutor |
class |
CounterCallbackPreferringTransactionExecutor |
class |
CounterTransactionExecutor |
class |
DefaultTransactionExecutor |
| Modifier and Type | Method and Description |
|---|---|
static TransactionExecutor |
TransactionExecutorFactory.createTransactionExecutor(org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
boolean counter) |
static TransactionExecutor |
TransactionExecutorThreadLocal.getCurrentTransactionExecutor() |
TransactionExecutor |
TransactionAttributeAdapter.getTransactionExecutor() |
protected static TransactionExecutor |
TransactionExecutorThreadLocal.popTransactionExecutor() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
TransactionExecutorThreadLocal.pushTransactionExecutor(TransactionExecutor transactionExecutor) |
void |
TransactionAttributeAdapter.setTransactionExecutor(TransactionExecutor transactionExecutor) |
void |
TransactionInvokerImpl.setTransactionExecutor(TransactionExecutor transactionExecutor) |