org.seasar.kuina.dao.criteria.impl.grammar.expression
クラス BooleanLiteralImpl
java.lang.Object
org.seasar.kuina.dao.criteria.impl.grammar.expression.BooleanLiteralImpl
- すべての実装されたインタフェース:
- Criterion, BooleanExpression, BooleanLiteral, BooleanPrimary, InItem, Literal
public class BooleanLiteralImpl
- extends Object
- implements BooleanLiteral
JPQLのboolean_literalを表すクラスです.
- 作成者:
- koichik
フィールドの概要 |
protected boolean |
literal
boolean_literal |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
literal
protected final boolean literal
- boolean_literal
BooleanLiteralImpl
public BooleanLiteralImpl(boolean literal)
- インスタンスを構築します。
- パラメータ:
literal
- boolean_literalとなるboolean
evaluate
public void evaluate(CriteriaContext context)
- インタフェース
Criterion
の記述:
- 要素を評価してコンテキストに反映します.
- 定義:
- インタフェース
Criterion
内の evaluate
- パラメータ:
context
- コンテキスト
Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.