org.seasar.framework.container.customizer
クラス TxAttributeCustomizer
java.lang.Object
org.seasar.framework.container.customizer.AbstractCustomizer
org.seasar.framework.container.customizer.TxAttributeCustomizer
- すべての実装されたインタフェース:
- ComponentCustomizer
public class TxAttributeCustomizer
- extends AbstractCustomizer
- 作成者:
- koichik
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
txInterceptors
protected static final Map<TransactionAttributeType,String> txInterceptors
- トランザクション属性に対応するインターセプタ名の
Map
defaultAttributeType
protected TransactionAttributeType defaultAttributeType
- デフォルトのトランザクション属性
TxAttributeCustomizer
public TxAttributeCustomizer()
- インスタンスを構築します。
setDefaultAttributeType
public void setDefaultAttributeType(TransactionAttributeType defaultAttributeType)
- デフォルトのトランザクション属性を設定します。
- パラメータ:
defaultAttributeType
- デフォルトのトランザクション属性
doCustomize
protected void doCustomize(ComponentDef componentDef)
- 定義:
- クラス
AbstractCustomizer
内の doCustomize
Copyright ? 2004-2007 The Seasar Foundation. All Rights Reserved.