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

すべてのスーパーインタフェース:
ConditionalExpression, ConditionalFactor, ConditionalPrimary, ConditionalTerm, Criterion, SimpleCondExpression
既知の実装クラスの一覧:
MemberOf, NotMemberOf

public interface CollectionMemberExpression
extends Criterion, SimpleCondExpression

JPQLのcollection_member_expressionを表します.

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

 collection_member_expression ::=
     entity_expression [NOT] MEMBER [OF] collection_valued_path_expression
 

作成者:
koichik



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