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

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

public interface ConstructorItem
extends Criterion

JPQLのconstructor_itemを表します.

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

 constructor_item ::=
     single_valued_path_expression | aggregate_expression
 

作成者:
koichik

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



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