@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) @Inherited @Documented public @interface TxTransaction
| 限定符和类型 | 可选元素和说明 |
|---|---|
boolean |
isStart
是否LCN事务发起方
|
Class<? extends Throwable>[] |
noRollbackFor
不回滚异常
|
Class<? extends Throwable>[] |
rollbackFor
回滚异常
|
Copyright © 2018. All rights reserved.