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
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotMemberOf
public NotMemberOf(EntityExpression lhs,
PathExpression rhs)
- インスタンスを構築します。
- パラメータ:
lhs
- 左辺を表すentity_expressionrhs
- 右辺を表すentity_expression
Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.