org.guiceex.transaction.annotation
クラス Transactionals

java.lang.Object
  上位を拡張 org.guiceex.transaction.annotation.Transactionals

public class Transactionals
extends Object

@Transactionalのユーティリティーメソッドクラスです。

作成者:
matu◆AliceLAklI.

コンストラクタの概要
Transactionals()
           
 
メソッドの概要
static void bindTransactionInterceptor(Binder binder, TransactionAttributeType propargation)
          @TransactionalアノテーションへTransactionInterceptor をバインディングします。
static Transactional getTransactional(TransactionAttributeType propargation)
          @Transactionalアノテーションインスタンスを作成します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Transactionals

public Transactionals()
メソッドの詳細

getTransactional

public static Transactional getTransactional(TransactionAttributeType propargation)
@Transactionalアノテーションインスタンスを作成します。

パラメータ:
propargation -
rollbackFor -
戻り値:

bindTransactionInterceptor

public static void bindTransactionInterceptor(Binder binder,
                                              TransactionAttributeType propargation)
@TransactionalアノテーションへTransactionInterceptor をバインディングします。

パラメータ:
binder -
propargation -


Copyright © 2007. All Rights Reserved.