org.seasar.framework.container.creator
クラス DaoCreator

java.lang.Object
  拡張org.seasar.framework.container.creator.ComponentCreatorImpl
      拡張org.seasar.framework.container.creator.DaoCreator
すべての実装インタフェース:
ComponentCreator

public class DaoCreator
extends ComponentCreatorImpl

Dao用の ComponentCreatorです。

作成者:
higa

フィールドの概要
 
クラス org.seasar.framework.container.creator.ComponentCreatorImpl から継承したフィールド
autoBindingDef_BINDING, enableAbstract_BINDING, enableInterface_BINDING, externalBinding_BINDING, instanceDef_BINDING
 
コンストラクタの概要
DaoCreator(NamingConvention namingConvention)
          DaoCreatorを作成します。
 
メソッドの概要
 ComponentCustomizer getDaoCustomizer()
          Dao用の ComponentCustomizerを返します。
 void setDaoCustomizer(ComponentCustomizer customizer)
          Dao用の ComponentCustomizerを設定します。
 
クラス org.seasar.framework.container.creator.ComponentCreatorImpl から継承したメソッド
createComponentDef, createComponentDef, customize, getAutoBindingDef, getCustomizer, getInstanceDef, getNameSuffix, getNamingConvention, isEnableAbstract, isEnableInterface, isExternalBinding, isTargetComponentName, setAutoBindingDef, setCustomizer, setEnableAbstract, setEnableInterface, setExternalBinding, setInstanceDef, setNameSuffix
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DaoCreator

public DaoCreator(NamingConvention namingConvention)
DaoCreatorを作成します。

パラメータ:
namingConvention -
メソッドの詳細

getDaoCustomizer

public ComponentCustomizer getDaoCustomizer()
Dao用の ComponentCustomizerを返します。

戻り値:

setDaoCustomizer

public void setDaoCustomizer(ComponentCustomizer customizer)
Dao用の ComponentCustomizerを設定します。

パラメータ:
customizer -


Copyright ? 2004-2007 The Seasar Foundation. All Rights Reserved.