spring-framework / org.springframework.transaction.event / TransactionPhase

TransactionPhase

class TransactionPhase

The phase at which a transactional event listener applies.

Author
Stephane Nicoll

Author
Juergen Hoeller

Since
4.2

See Also
TransactionalEventListener

Enum Values

BEFORE_COMMIT

AFTER_COMMIT

AFTER_ROLLBACK

AFTER_COMPLETION