public interface Predicate extends Expression<Boolean>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Predicate.BooleanOperator
The operator for the predicates.
|
| Modifier and Type | Method and Description |
|---|---|
List<Expression<Boolean>> |
getExpressions()
Return the top-level conjuncts or disjuncts of the predicate.
|
Predicate.BooleanOperator |
getOperator()
Return the boolean operator for the predicate.
|
boolean |
isNegated()
Whether the predicate has been created from another predicate by applying the Predicate not() method or the CriteriaBuilder not()
method.
|
Predicate |
not()
Create a negation of the predicate.
|
as, in, in, in, in, isNotNull, isNullalias, getCompoundSelectionItems, isCompoundSelectiongetAlias, getJavaTypeList<Expression<Boolean>> getExpressions()
Predicate.BooleanOperator getOperator()
boolean isNegated()
Predicate not()
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.