public interface Predicate extends Expression<java.lang.Boolean>
修飾子とタイプ | インタフェースと説明 |
---|---|
static class |
Predicate.BooleanOperator |
修飾子とタイプ | メソッドと説明 |
---|---|
java.util.List<Expression<java.lang.Boolean>> |
getExpressions()
述語の最上位の結合または分離を返します。
|
Predicate.BooleanOperator |
getOperator()
述語のブール演算子を返します。
|
boolean |
isNegated()
この述語がほかの述語から
Predicate.not() メソッドやCriteriaBuilder.not() メソッドを使用して作られたかどうか。 |
Predicate |
not()
述語の否定を作ります。
|
alias, getCompoundSelectionItems, isCompoundSelection
getAlias, getJavaType
Predicate.BooleanOperator getOperator()
AND
を返します。boolean isNegated()
Predicate.not()
メソッドやCriteriaBuilder.not()
メソッドを使用して作られたかどうか。java.util.List<Expression<java.lang.Boolean>> getExpressions()
Predicate not()
Translated by @megascus.