public interface Predicate extends Expression<BooleanSE>
| 修飾子と型 | インターフェースと説明 |
|---|---|
static class | Predicate.BooleanOperator |
| 修飾子と型 | メソッドと説明 |
|---|---|
ListSE<Expression<BooleanSE>> | getExpressions() 述語の最上位の論理積または論理積を返します。 |
Predicate.BooleanOperator | getOperator() 述語のブール演算子を返します。 |
boolean | isNegated() 述語が Predicate.not() メソッドまたは CriteriaBuilder.not() メソッドを適用して別の述語から作成されたかどうか。 |
Predicate | not() 述語の否定を作成します。 |
alias, getCompoundSelectionItems, isCompoundSelectiongetAlias, getJavaTypePredicate.BooleanOperator getOperator()
AND です。boolean isNegated()
Predicate.not() メソッドまたは CriteriaBuilder.not() メソッドを適用して別の述語から作成されたかどうか。ListSE<Expression<BooleanSE>> getExpressions()
Predicate not()
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.