|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.framework.container.creator.ComponentCreatorImpl
org.seasar.framework.container.creator.DaoCreator
Daoクラス用の ComponentCreator
です。
決められた命名規約に従って、クラスからDaoクラスのコンポーネント定義を作成します。 作成されるコンポーネント定義の各種属性は以下になります。
サフィックス | Dao(デフォルト) |
---|---|
インスタンス定義 | prototype |
自動バインディング | auto |
外部バインディング | 無効 |
インターフェース | 有効 |
抽象クラス | 有効 |
フィールドの概要 |
クラス org.seasar.framework.container.creator.ComponentCreatorImpl から継承したフィールド |
autoBindingDef_BINDING, enableAbstract_BINDING, enableInterface_BINDING, externalBinding_BINDING, instanceDef_BINDING |
コンストラクタの概要 | |
DaoCreator(NamingConvention namingConvention)
指定された 命名規約 に従ったDaoCreator を作成します。 |
メソッドの概要 | |
ComponentCustomizer |
getDaoCustomizer()
Dao用の コンポーネントカスタマイザ を返します。 |
void |
setDaoCustomizer(ComponentCustomizer customizer)
Dao用の コンポーネントカスタマイザを設定します。 |
クラス 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 |
コンストラクタの詳細 |
public DaoCreator(NamingConvention namingConvention)
命名規約
に従ったDaoCreator
を作成します。
namingConvention
- 命名規約メソッドの詳細 |
public ComponentCustomizer getDaoCustomizer()
コンポーネントカスタマイザ
を返します。
public void setDaoCustomizer(ComponentCustomizer customizer)
customizer
- コンポーネントカスタマイザ
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |