public abstract class BaseInCondition extends Condition implements Predicate
Constructor and Description |
---|
BaseInCondition(Expression leftExpression,
boolean negated) |
Modifier and Type | Method and Description |
---|---|
Expression |
getLeftExpression()
Get left expression of IN criteria
|
boolean |
isNegated()
Returns whether this criteria is negated.
|
void |
setLeftExpression(Expression leftExpression)
Set left expression of IN criteria
|
void |
setNegated(boolean negated)
Sets whether this criteria is negated.
|
getType, isExpression, setExpression
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
acceptVisitor
public BaseInCondition(Expression leftExpression, boolean negated)
public Expression getLeftExpression()
public void setLeftExpression(Expression leftExpression)
public boolean isNegated()
public void setNegated(boolean negated)
negated
- Flag indicating whether this criteria contains a NOTCopyright © 2019. All rights reserved.