|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.kuina.dao.internal.command.ExampleQueryCommand.Context
public static class ExampleQueryCommand.Context
問い合わせ条件を作成するコンテキストです.
| フィールドの概要 | |
|---|---|
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 |
| フィールドの詳細 |
|---|
protected Map<Object,Object> resolvedEntities
Map
protected List<String> bindParameters
List
| コンストラクタの詳細 |
|---|
public ExampleQueryCommand.Context()
| メソッドの詳細 |
|---|
public boolean isResolvedEntity(Object entity)
trueを返します.
entity - エンティティ
truepublic void addResolvedEntity(Object entity)
entity - 処理済みエンティティpublic void addBindParamter(String parameterName)
parameterName - パラメータ名public List<String> getBindParameters()
Listを返します.
List
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||