Class NotEqualExpression
java.lang.Object
org.apache.openjpa.persistence.query.NotEqualExpression
- All Implemented Interfaces:
Serializable,Predicate,Visitable
Denotes (e1 != e2) Expression.
- Author:
- Pinaki Poddar
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Expressionprotected final Expressionprotected final BinaryConditionalOperatorstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates an AND of the predicate with the argument.asExpression(org.apache.openjpa.persistence.query.AliasContext ctx) Get a JPQL fragment as used in WHERE clause.asJoinable(org.apache.openjpa.persistence.query.AliasContext ctx) Gets the string representation in FROM clause.asProjection(org.apache.openjpa.persistence.query.AliasContext ctx) Gets the string representation in SELECT projection.getAliasHint(org.apache.openjpa.persistence.query.AliasContext ctx) Gets the hint to be used while creating alias.final Expressionfinal Expressionnot()Creates a negation of the predicate with the argument.Creates an OR of the predicate with the argument.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.openjpa.persistence.query.Visitable
asJoinable, asProjection, getAliasHint
-
Field Details
-
_e1
-
_e2
-
_op
-
OPEN_BRACE
- See Also:
-
CLOSE_BRACE
- See Also:
-
COMMA
- See Also:
-
EMPTY
- See Also:
-
-
Constructor Details
-
NotEqualExpression
-
-
Method Details
-
getOperand
-
getOperand2
-
getOperator
-
and
Description copied from interface:PredicateCreates an AND of the predicate with the argument. -
or
Description copied from interface:PredicateCreates an OR of the predicate with the argument. -
not
Description copied from interface:PredicateCreates a negation of the predicate with the argument. -
asExpression
Description copied from interface:VisitableGet a JPQL fragment as used in WHERE clause.- Specified by:
asExpressionin interfaceVisitable
-
asProjection
Description copied from interface:VisitableGets the string representation in SELECT projection.- Specified by:
asProjectionin interfaceVisitable
-
getAliasHint
Description copied from interface:VisitableGets the hint to be used while creating alias.- Specified by:
getAliasHintin interfaceVisitable
-
asJoinable
Description copied from interface:VisitableGets the string representation in FROM clause.- Specified by:
asJoinablein interfaceVisitable
-