public abstract class AbstractPredicateImpl extends ExpressionImpl<java.lang.Boolean> implements PredicateImplementor, java.io.Serializable
Predicate implementors providing
expression handling, negation and conjunction/disjunction handling.javax.persistence.criteria.Predicate.BooleanOperatorParameterContainer.Helper| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPredicateImpl(CriteriaBuilderImpl criteriaBuilder) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<javax.persistence.criteria.Selection<?>> |
getCompoundSelectionItems() |
boolean |
isCompoundSelection() |
boolean |
isNegated() |
javax.persistence.criteria.Predicate |
not() |
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNullalias, getValueHandlersforceConversion, getAlias, getJavaType, getValueHandler, resetJavaType, setAliascriteriaBuilderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcriteriaBuilder, isJunction, renderas, in, in, in, in, isNotNull, isNullrender, renderGroupBy, renderProjectiongetValueHandlersgetValueHandlerregisterParametersprotected AbstractPredicateImpl(CriteriaBuilderImpl criteriaBuilder)
public boolean isNegated()
isNegated in interface javax.persistence.criteria.Predicatepublic javax.persistence.criteria.Predicate not()
not in interface javax.persistence.criteria.Predicatepublic final boolean isCompoundSelection()
isCompoundSelection in interface javax.persistence.criteria.Selection<java.lang.Boolean>isCompoundSelection in class SelectionImpl<java.lang.Boolean>public final java.util.List<javax.persistence.criteria.Selection<?>> getCompoundSelectionItems()
getCompoundSelectionItems in interface javax.persistence.criteria.Selection<java.lang.Boolean>getCompoundSelectionItems in class SelectionImpl<java.lang.Boolean>Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.