| 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 |
BaseTransactionExecutor |
class |
CounterTransactionExecutor |
class |
DefaultTransactionExecutor |
| Modifier and Type | Method and Description |
|---|---|
static TransactionExecutor |
TransactionExecutorThreadLocal.getCurrentTransactionExecutor() |
protected static TransactionExecutor |
TransactionExecutorThreadLocal.popTransactionExecutor() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
TransactionExecutorThreadLocal.pushTransactionExecutor(TransactionExecutor transactionExecutor) |
void |
TransactionInvokerImpl.setTransactionExecutor(TransactionExecutor transactionExecutor) |
| Constructor and Description |
|---|
TransactionInterceptor(TransactionExecutor transactionExecutor) |