org.apache.openjpa.kernel.exps
Class NotEqualExpression
java.lang.Object
org.apache.openjpa.kernel.exps.Exp
org.apache.openjpa.kernel.exps.CompareExpression
org.apache.openjpa.kernel.exps.NotEqualExpression
- All Implemented Interfaces:
- Serializable, Expression
class NotEqualExpression
- extends CompareExpression
Expression that compares two others.
- Author:
- Abe White
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotEqualExpression
public NotEqualExpression(Val val1,
Val val2)
- Constructor. Supply values to compare.
compare
protected boolean compare(Object o1,
Object o2)
- Description copied from class:
CompareExpression
- Compare the two values.
- Specified by:
compare
in class CompareExpression
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.