org.seasar.doma.jdbc
インタフェース RequiresNewController.Callback<R>

型パラメータ:
R - 戻り値の型
含まれているインタフェース:
RequiresNewController

public static interface RequiresNewController.Callback<R>

REQUIRES_NEW のトランザクション属性下で実行される処理です。

作成者:
taedium

メソッドの概要
 R execute()
          REQUIRES_NEW の属性をもつトランザクション下で実行される処理を起動します。
 

メソッドの詳細

execute

R execute()
REQUIRES_NEW の属性をもつトランザクション下で実行される処理を起動します。

戻り値:
任意の型


Copyright © 2009-2014 The Seasar Foundation. All Rights Reserved.