| 
 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.kuina.dao.internal.builder.AbstractCommandBuilder
org.seasar.kuina.dao.internal.builder.SqlUpdateCommandBuilder
public class SqlUpdateCommandBuilder
SqlUpdateCommandを作成するビルダです.
| フィールドの概要 | |
|---|---|
| protected  DialectManager | dialectManagerDialectマネージャ | 
| protected  StatementFactory | statementFactoryステートメントファクトリ | 
| クラス org.seasar.kuina.dao.internal.builder.AbstractCommandBuilder から継承されたフィールド | 
|---|
| convention, daoHelper, entityManagerProvider, initialized, methodNamePattern, typeVariableMapCache | 
| コンストラクタの概要 | |
|---|---|
| SqlUpdateCommandBuilder()インスタンスを構築します。 | |
| メソッドの概要 | |
|---|---|
|  Command | build(Class<?> daoClass,
      Method method)daoClassのmethodのオペレーションを提供するコマンドを作成します. | 
|  void | setDaoHelper(DaoHelper daoHelper)Daoヘルパーを設定します. | 
|  void | setDialectManager(DialectManager dialectManager)Dialectマネージャを設定します. | 
|  void | setStatementFactory(StatementFactory statementFactory)ステートメントファクトリを設定します. | 
| クラス org.seasar.kuina.dao.internal.builder.AbstractCommandBuilder から継承されたメソッド | 
|---|
| getActualParameterClasses, getActualReturnClass, getBinderForNamedParameter, getBinderForPositionalParameter, getBinders, getBindersForNamedParameter, getBindersForPositionalParameter, getQueryNames, getTargetClass, getTargetClassFromDaoName, getTemporalType, getTypeVariableMap, initialize, isExists, isMatched, setMethodNamePattern | 
| クラス java.lang.Object から継承されたメソッド | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| フィールドの詳細 | 
|---|
protected DialectManager dialectManager
protected StatementFactory statementFactory
| コンストラクタの詳細 | 
|---|
public SqlUpdateCommandBuilder()
| メソッドの詳細 | 
|---|
public void setDaoHelper(DaoHelper daoHelper)
daoHelper - Daoヘルパーpublic void setDialectManager(DialectManager dialectManager)
dialectManager - Dialectマネージャpublic void setStatementFactory(StatementFactory statementFactory)
statementFactory - ステートメントファクトリ
public Command build(Class<?> daoClass,
                     Method method)
CommandBuilder の記述: daoClassのmethodのオペレーションを提供するコマンドを作成します.
daoClass - Daoクラスmethod - Daoのメソッド
daoClassのmethodのオペレーションを提供するコマンド| 
 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||