| Enum | Description | 
|---|---|
| TransactionalEventListener.TransactionPhase | The phase at which a transactional event listener applies. | 
| Annotation Type | Description | 
|---|---|
| ReadOnly | Stereotype annotation for demarcating a read-only transaction. | 
| TransactionalAdvice | Meta annotation that other transactional annotations like Spring's and  javax.transaction.Transactionalmap
 to such as to enable transactional advice. | 
| TransactionalEventListener | Largely based on the similar annotation in Spring. |