org.seasar.kuina.dao.internal.builder
クラス GetReferenceCommandBuilder
java.lang.Object
org.seasar.kuina.dao.internal.builder.AbstractCommandBuilder
org.seasar.kuina.dao.internal.builder.GetReferenceCommandBuilder
- すべての実装されたインタフェース:
- CommandBuilder
public class GetReferenceCommandBuilder
- extends AbstractCommandBuilder
GetReferenceCommand
を作成するビルダです.
- 作成者:
- koichik
クラス 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 |
GetReferenceCommandBuilder
public GetReferenceCommandBuilder()
- インスタンスを構築します。
build
public Command build(Class<?> daoClass,
Method method)
- インタフェース
CommandBuilder
の記述:
daoClass
のmethod
のオペレーションを提供するコマンド
を作成します.
- パラメータ:
daoClass
- Daoクラスmethod
- Daoのメソッド
- 戻り値:
daoClass
のmethod
のオペレーションを提供するコマンド
Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.