| Interface | Description |
|---|---|
| TransactionAttribute | |
| TransactionDefinition | |
| TransactionInvoker | |
| TransactionLifecycleListener | |
| TransactionStatus |
| Enum | Description |
|---|---|
| Isolation |
Defines the level of visibility this transaction has for data changes made by
other concurrent transactions.
|
| Propagation |
Defines a transaction boundary in relation to a current transaction.
|
| Annotation Type | Description |
|---|---|
| Transactional |
Configures the transaction advice for methods that have this annotation when
they're invoked by an
com.liferay.portal.spring.aop.AopInvocationHandler. |