Package io.micronaut.transaction.annotation
-
Enum Summary Enum Description TransactionalEventListener.TransactionPhase The phase at which a transactional event listener applies. -
Annotation Types Summary Annotation Type Description ReadOnly Stereotype annotation for demarcating a read-only transaction.TransactionalAdvice Meta annotation that other transactional annotations like Spring's andjavax.transaction.Transactional
map to such as to enable transactional advice.TransactionalEventListener Largely based on the similar annotation in Spring.