org.seasar.kuina.dao.internal.command
クラス ExampleQueryCommand.Context

java.lang.Object
  上位を拡張 org.seasar.kuina.dao.internal.command.ExampleQueryCommand.Context
含まれているクラス:
ExampleQueryCommand

public static class ExampleQueryCommand.Context
extends Object

問い合わせ条件を作成するコンテキストです.

作成者:
koichik

フィールドの概要
protected  List<String> bindParameters
          パラメータのList
protected  Map<Object,Object> resolvedEntities
          処理済みのエンティティのMap
 
コンストラクタの概要
ExampleQueryCommand.Context()
           
 
メソッドの概要
 void addBindParamter(String parameterName)
          パラメータを追加します.
 void addResolvedEntity(Object entity)
          処理済みのエンティティを追加します.
 List<String> getBindParameters()
          パラメータのListを返します.
 boolean isResolvedEntity(Object entity)
          処理済みのエンティティであればtrueを返します.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

resolvedEntities

protected Map<Object,Object> resolvedEntities
処理済みのエンティティのMap


bindParameters

protected List<String> bindParameters
パラメータのList

コンストラクタの詳細

ExampleQueryCommand.Context

public ExampleQueryCommand.Context()
メソッドの詳細

isResolvedEntity

public boolean isResolvedEntity(Object entity)
処理済みのエンティティであればtrueを返します.

パラメータ:
entity - エンティティ
戻り値:
処理済みのエンティティであればtrue

addResolvedEntity

public void addResolvedEntity(Object entity)
処理済みのエンティティを追加します.

パラメータ:
entity - 処理済みエンティティ

addBindParamter

public void addBindParamter(String parameterName)
パラメータを追加します.

パラメータ:
parameterName - パラメータ名

getBindParameters

public List<String> getBindParameters()
パラメータのListを返します.

戻り値:
パラメータのList


Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.