public class DefaultTransactionCallback extends Object implements TransactionCallback
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected MethodInvocation |
methodInvocation |
protected List<TxRule> |
txRules |
| コンストラクタと説明 |
|---|
DefaultTransactionCallback(MethodInvocation methodInvocation,
List<TxRule> txRules) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
applyTxRule(TransactionManagerAdapter adapter,
Throwable cause) |
Object |
execute(TransactionManagerAdapter adapter) |
protected final MethodInvocation methodInvocation
public DefaultTransactionCallback(MethodInvocation methodInvocation, List<TxRule> txRules)
public Object execute(TransactionManagerAdapter adapter) throws Throwable
execute インタフェース内 TransactionCallbackThrowableprotected void applyTxRule(TransactionManagerAdapter adapter, Throwable cause)
Copyright © 2015 The DBFlute Project. All rights reserved.