public abstract class RootPredicate<Q> extends AbstractPredicate<Q> implements ParentPredicate<Q>
WHERE clause of a query. Allows for a uniform handling of clauses containing only a
single predicate as well as clauses containing several logically joined predicates.Predicate.Type| Constructor and Description |
|---|
RootPredicate() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Predicate<Q> predicate)
Adds the given predicate to this parent predicate.
|
String |
toString() |
as, getTypepublic void add(Predicate<Q> predicate)
ParentPredicateadd in interface ParentPredicate<Q>predicate - the predicate to addCopyright © 2016. All rights reserved.