|
|||||||||||
前 次 | フレームあり フレームなし |
DxoCommandBuilder を使用しているパッケージ | |
org.seasar.extension.dxo.builder.impl | Dxo用のコマンドを作成する機能の実装を提供します。 |
org.seasar.extension.dxo.meta.impl | Dxo用のメタデータの実装を提供します。 |
org.seasar.extension.dxo.builder.impl での DxoCommandBuilder の使用 |
DxoCommandBuilder を実装している org.seasar.extension.dxo.builder.impl のクラス | |
class |
AbstractDxoCommandBuilder
Dxoのメソッドに応じた DxoCommand のインスタンスを生成するビルダの抽象クラスです。 |
class |
BeanToBeanDxoCommandBuilder
BeanからBeanに変換するDxoのメソッドに応じた DxoCommand のインスタンスを生成するビルダです。 |
class |
BeanToMapDxoCommandBuilder
Beanから Map に変換するDxoのメソッドに応じたDxoCommand のインスタンスを生成するビルダです。 |
class |
MapToBeanDxoCommandBuilder
Map からBeanに変換するDxoのメソッドに応じたDxoCommand のインスタンスを生成するビルダです。 |
org.seasar.extension.dxo.meta.impl での DxoCommandBuilder の使用 |
DxoCommandBuilder として宣言されている org.seasar.extension.dxo.meta.impl のフィールド | |
protected DxoCommandBuilder[] |
DxoMetadataFactoryImpl.builders
コマンドを構築するビルダの配列です。 |
DxoCommandBuilder 型のパラメータを持つ org.seasar.extension.dxo.meta.impl のメソッド | |
void |
DxoMetadataFactoryImpl.setBuilders(DxoCommandBuilder[] builders)
コマンドを構築するビルダの配列を設定します。 |
DxoCommandBuilder 型のパラメータを持つ org.seasar.extension.dxo.meta.impl のコンストラクタ | |
DxoMetadataImpl(java.lang.Class dxoClass,
DxoCommandBuilder[] builders)
インスタンスを構築します。 |
|
|||||||||||
前 次 | フレームあり フレームなし |