Enum Class TransactionPhase

java.lang.Object
java.lang.Enum<TransactionPhase>
org.springframework.transaction.event.TransactionPhase
All Implemented Interfaces:
Serializable, Comparable<TransactionPhase>, Constable

public enum TransactionPhase extends Enum<TransactionPhase>
The phase in which a transactional event listener applies.
Since:
4.2
Author:
Stephane Nicoll, Juergen Hoeller, Sam Brannen
See Also: