|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.kuina.dao.criteria.impl.grammar.operator.AbstractBetween
public class AbstractBetween
JPQLのbetween_expressionを表す抽象クラスです.
フィールドの概要 | |
---|---|
protected Criterion |
from
範囲の下限 |
protected Criterion |
operand
テスト対象 |
protected String |
operator
演算子 |
protected Criterion |
to
範囲の上限 |
コンストラクタの概要 | |
---|---|
AbstractBetween(String operator,
Criterion operand,
Criterion from,
Criterion to)
インスタンスを構築します。 |
メソッドの概要 | |
---|---|
void |
evaluate(CriteriaContext context)
要素を評価してコンテキストに反映します. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected final String operator
protected final Criterion operand
protected final Criterion from
protected final Criterion to
コンストラクタの詳細 |
---|
public AbstractBetween(String operator, Criterion operand, Criterion from, Criterion to)
operator
- 演算子operand
- テスト対象from
- 範囲の下限to
- 範囲の上限メソッドの詳細 |
---|
public void evaluate(CriteriaContext context)
Criterion
の記述:
Criterion
内の evaluate
context
- コンテキスト
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |