|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface Condition
Daoの引数に取る検索条件です。
| フィールドの概要 |
|---|
| インタフェース org.seasar.dao.pager.PagerCondition から継承されたフィールド |
|---|
NONE_LIMIT |
| メソッドの概要 | |
|---|---|
void |
addQuery(String query,
Object... args)
SQL文を追加します。 |
ConditionResult |
getConditionResult()
検索条件の組み立て結果を返します。 |
| インタフェース org.seasar.dao.pager.PagerCondition から継承されたメソッド |
|---|
getCount, getLimit, getOffset, setCount, setLimit, setOffset |
| メソッドの詳細 |
|---|
ConditionResult getConditionResult()
void addQuery(String query,
Object... args)
query - SQL文args - 引数
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||