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

すべてのスーパーインタフェース:
Criterion
既知のサブインタフェースの一覧:
AggregateExpression, ConstructorExpression, IdentificationVariable, PathExpression
既知の実装クラスの一覧:
AbstractAggregateExpression, Avg, Count, IdentificationVariableImpl, Max, Min, PathExpressionImpl, Sum

public interface SelectExpression
extends Criterion

JPQLのselect_expressionを表します.

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

 select_expression ::=
     single_valued_path_expression |
     aggregate_expression |
     identification_variable |
     OBJECT(identification_variable) |
     constructor_expression
 

作成者:
koichik

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



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