クラス
org.guiceex.jpa.transaction.TransactionAttributeType の使用

TransactionAttributeType を使用しているパッケージ
org.guiceex.jpa.transaction JPAサポートでのトランザクション管理を行うクラスを格納します。 
org.guiceex.transaction.annotation トランザクションを利用する際に使用するアノテーションを提供します。 
 

org.guiceex.jpa.transaction での TransactionAttributeType の使用
 

TransactionAttributeType を返す org.guiceex.jpa.transaction のメソッド
static TransactionAttributeType TransactionAttributeType.valueOf(String name)
          指定した名前を持つこの型の列挙型定数を返します。
static TransactionAttributeType[] TransactionAttributeType.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 

TransactionAttributeType 型のパラメータを持つ org.guiceex.jpa.transaction のメソッド
static TransactionPropagator TransactionPropagator.getTransactionPropagator(TransactionAttributeType type)
          TransactionAttributeTypeに応じたTransactionPropagatorインスタンスを取得します。
 

TransactionAttributeType 型のパラメータを持つ org.guiceex.jpa.transaction のコンストラクタ
TransactionInterceptor(TransactionAttributeType type)
           
TransactionPropagator(TransactionAttributeType type)
           
 

org.guiceex.transaction.annotation での TransactionAttributeType の使用
 

TransactionAttributeType 型のパラメータを持つ org.guiceex.transaction.annotation のメソッド
static void Transactionals.bindTransactionInterceptor(Binder binder, TransactionAttributeType propargation)
          @TransactionalアノテーションへTransactionInterceptor をバインディングします。
static Transactional Transactionals.getTransactional(TransactionAttributeType propargation)
          @Transactionalアノテーションインスタンスを作成します。
 



Copyright © 2007. All Rights Reserved.