|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.kuina.dao.internal.binder.MaxResultsBinder
public class MaxResultsBinder
数値をQuery.setMaxResults(int)にバインドします.
Query.setMaxResults(int)| フィールドの概要 | |
|---|---|
protected Number |
value
結果を取得する最大の件数 |
| コンストラクタの概要 | |
|---|---|
MaxResultsBinder()
インスタンスを構築します。 |
|
MaxResultsBinder(Number value)
インスタンスを構築します。 |
|
| メソッドの概要 | |
|---|---|
void |
bind(Query query)
このインスタンスが保持しているパラメータ値を Queryにバインドします. |
void |
bind(Query query,
Object value)
valueをQueryにバインドします. |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
protected final Number value
| コンストラクタの詳細 |
|---|
public MaxResultsBinder()
public MaxResultsBinder(Number value)
value - 結果を取得する最大の件数| メソッドの詳細 |
|---|
public void bind(Query query)
ParameterBinder の記述: Queryにバインドします.
ParameterBinder 内の bindquery - Query
public void bind(Query query,
Object value)
ParameterBinder の記述: valueをQueryにバインドします.
ParameterBinder 内の bind
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||