org.seasar.kuina.dao.criteria.impl.grammar.operator
クラス IsNotEmpty
java.lang.Object
org.seasar.kuina.dao.criteria.impl.grammar.operator.AbstractUnaryPostfixOperator
org.seasar.kuina.dao.criteria.impl.grammar.operator.IsNotEmpty
- すべての実装されたインタフェース:
- Criterion, ConditionalExpression, ConditionalFactor, ConditionalPrimary, ConditionalTerm, EmptyCollectionComparisonExpression, SimpleCondExpression
public class IsNotEmpty
- extends AbstractUnaryPostfixOperator
- implements EmptyCollectionComparisonExpression
JPQLのIS NOT EMPTYを表すクラスです.
- 作成者:
- koichik
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IsNotEmpty
public IsNotEmpty(PathExpression operand)
- インスタンスを構築します。
- パラメータ:
operand
- テスト対象となるpath_expression
IsNotEmpty
public IsNotEmpty(InputParameter operand)
- インスタンスを構築します。
- パラメータ:
operand
- テスト対象となるinput_parameter
Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.