类的使用
org.springframework.transaction.event.TransactionPhase
使用TransactionPhase的程序包 程序包 说明 org.springframework.transaction.event Spring's support for listening to transaction events.org.springframework.transaction.event中TransactionPhase的使用
返回TransactionPhase的org.springframework.transaction.event中的方法 修饰符和类型 方法 说明 TransactionPhasephase()Phase to bind the handling of an event to.static TransactionPhaseTransactionPhase. valueOf(String name)返回带有指定名称的该类型的枚举常量。static TransactionPhase[]TransactionPhase. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。