| Package | Description |
|---|---|
| com.liferay.portal.spring.aop | |
| com.liferay.portal.spring.transaction |
| Modifier and Type | Method and Description |
|---|---|
static ChainableMethodAdvice[] |
AopCacheManager.createChainableMethodAdvices(TransactionExecutor transactionExecutor,
com.liferay.portal.kernel.monitoring.ServiceMonitoringControl serviceMonitoringControl) |
| Modifier and Type | Class and Description |
|---|---|
class |
CallbackPreferringTransactionExecutor |
class |
CounterCallbackPreferringTransactionExecutor |
class |
CounterTransactionExecutor |
class |
DefaultTransactionExecutor |
| Modifier and Type | Field and Description |
|---|---|
protected TransactionExecutor |
TransactionInterceptor.transactionExecutor |
| Modifier and Type | Method and Description |
|---|---|
static TransactionExecutor |
TransactionExecutorFactory.createTransactionExecutor(org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
boolean counter) |
static TransactionExecutor |
TransactionExecutorThreadLocal.getCurrentTransactionExecutor() |
protected static TransactionExecutor |
TransactionExecutorThreadLocal.popTransactionExecutor() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
TransactionExecutorThreadLocal.pushTransactionExecutor(TransactionExecutor transactionExecutor) |
void |
TransactionInterceptor.setTransactionExecutor(TransactionExecutor transactionExecutor) |
void |
TransactionInvokerImpl.setTransactionExecutor(TransactionExecutor transactionExecutor) |