public abstract class Condition extends Object implements QueryObject
Constructor and Description |
---|
Condition() |
Modifier and Type | Method and Description |
---|---|
Condition |
and(Condition condition)
Builder method to concatenate the given condition with all others that have
previously been added with an AND operator.
|
abstract Condition |
not()
Builder method to invert a condition.
|
Condition |
or(Condition condition)
Builder method to concatenate the given condition with all others that have
previously been added with an OR operator.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept
public Condition and(Condition condition)
condition
- Condition to concatenate.public Condition or(Condition condition)
condition
- Condition to concatenate.public abstract Condition not()
Copyright © 2014. All rights reserved.