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 から継承したメソッド |
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.