org.seasar.kuina.dao.criteria.grammar
インタフェース BooleanExpression

すべてのスーパーインタフェース:
Criterion
既知のサブインタフェースの一覧:
BooleanLiteral, BooleanPrimary, InputParameter, PathExpression, Subquery
既知の実装クラスの一覧:
BooleanLiteralImpl, InputParameterImpl, PathExpressionImpl, SubqueryImpl

public interface BooleanExpression
extends Criterion

JPQLのboolean_expressionを表します.

JPQLの詳細はJPA仕様書「4.14 BNF」を参照してください.

 boolean_expression ::=
     boolean_primary | (subquery)
 

作成者:
koichik

メソッドの概要
 
インタフェース org.seasar.kuina.dao.criteria.Criterion から継承されたメソッド
evaluate
 



Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.