org.apache.openjpa.persistence.query
Class LessThanExpression

java.lang.Object
  extended by org.apache.openjpa.persistence.query.AbstractVisitable
      extended by org.apache.openjpa.persistence.query.BinaryExpressionPredicate
          extended by org.apache.openjpa.persistence.query.LessThanExpression
All Implemented Interfaces:
Serializable, Predicate, Visitable

public class LessThanExpression
extends BinaryExpressionPredicate

Denotes e1 < e2 Expression.

Author:
Pinaki Poddar
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.openjpa.persistence.query.BinaryExpressionPredicate
_e1, _e2, _op
 
Fields inherited from class org.apache.openjpa.persistence.query.AbstractVisitable
CLOSE_BRACE, COMMA, EMPTY, OPEN_BRACE
 
Constructor Summary
LessThanExpression(Expression op1, Expression op2)
           
 
Method Summary
 
Methods inherited from class org.apache.openjpa.persistence.query.BinaryExpressionPredicate
and, asExpression, asExpression, getOperand, getOperand2, getOperator, not, or
 
Methods inherited from class org.apache.openjpa.persistence.query.AbstractVisitable
asJoinable, asProjection, getAliasHint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.openjpa.persistence.query.Visitable
asJoinable, asProjection, getAliasHint
 

Constructor Detail

LessThanExpression

public LessThanExpression(Expression op1,
                          Expression op2)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.