黑馬博學(xué)谷JavaEE就業(yè)課(VIP)
2023-01-11 22:55 作者:三國(guó)盡歸許佳琪 | 我要投稿
Val != null && vavrPresent && VavrDelegate.isVavrTry(retVal)) {
? ? ? ? ? ? ? ?// Set rollback-only in case of Vavr failure matching our rollback rules...
? ? ? ? ? ? ? ?TransactionStatus status = txInfo.getTransactionStatus();
? ? ? ? ? ? ? ?if (status != null && txAttr != null) {
? ? ? ? ? ? ? ? ? ?retVal = VavrDelegate.evaluateTryFailure(retVal, txAttr, status);
? ? ? ? ? ? ? ?}
? ? ? ? ? ?}
? ? ? ? ? ?//提交事物
? ? ? ? ? ?commitTransactionAfterReturning(txInfo);
? ? ? ? ? ?return retVal;
? ? ? ?}
標(biāo)簽: