クラス
javax.ejb.TransactionAttributeType の使用

TransactionAttributeType を使用しているパッケージ
javax.ejb   
org.seasar.framework.ejb   
org.seasar.framework.ejb.impl   
 

javax.ejb での TransactionAttributeType の使用
 

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

org.seasar.framework.ejb での TransactionAttributeType の使用
 

TransactionAttributeType を返す org.seasar.framework.ejb のメソッド
 TransactionAttributeType EJB3BusinessMethodDesc.getTransactionAttributeType()
           
 

org.seasar.framework.ejb.impl での TransactionAttributeType の使用
 

TransactionAttributeType として宣言されている org.seasar.framework.ejb.impl のフィールド
protected  TransactionAttributeType EJB3BusinessMethodDescImpl.transactionAttributeType
           
 

TransactionAttributeType を返す org.seasar.framework.ejb.impl のメソッド
 TransactionAttributeType EJB3BusinessMethodDescImpl.getTransactionAttributeType()
           
 



Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.