org.seasar.kuina.dao.criteria.impl.grammar.operator
クラス NotMemberOf

java.lang.Object
  上位を拡張 org.seasar.kuina.dao.criteria.impl.grammar.operator.AbstractBinaryOperator
      上位を拡張 org.seasar.kuina.dao.criteria.impl.grammar.operator.NotMemberOf
すべての実装されたインタフェース:
Criterion, CollectionMemberExpression, ConditionalExpression, ConditionalFactor, ConditionalPrimary, ConditionalTerm, SimpleCondExpression

public class NotMemberOf
extends AbstractBinaryOperator
implements CollectionMemberExpression

JPQLのNOT MEMBER OFを表すクラスです.

作成者:
koichik

フィールドの概要
 
クラス org.seasar.kuina.dao.criteria.impl.grammar.operator.AbstractBinaryOperator から継承されたフィールド
lhs, operator, rhs
 
コンストラクタの概要
NotMemberOf(EntityExpression lhs, PathExpression rhs)
          インスタンスを構築します。
 
メソッドの概要
 
クラス org.seasar.kuina.dao.criteria.impl.grammar.operator.AbstractBinaryOperator から継承されたメソッド
evaluate
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

NotMemberOf

public NotMemberOf(EntityExpression lhs,
                   PathExpression rhs)
インスタンスを構築します。

パラメータ:
lhs - 左辺を表すentity_expression
rhs - 右辺を表すentity_expression


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