public abstract class AbstractPredicateImpl extends ExpressionImpl<Boolean> implements javax.persistence.criteria.Predicate, Serializable
Predicate
implementors providing
expression handling, negation and conjunction/disjunction handling.javax.persistence.criteria.Predicate.BooleanOperator
ParameterContainer.Helper
Modifier | Constructor and Description |
---|---|
protected |
AbstractPredicateImpl(CriteriaBuilderImpl criteriaBuilder) |
Modifier and Type | Method and Description |
---|---|
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, isNull
alias, getValueHandlers
forceConversion, getAlias, getJavaType, getValueHandler, resetJavaType, setAlias
criteriaBuilder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
as, in, in, in, in, isNotNull, isNull
getValueHandlers
getValueHandler
render, renderProjection
registerParameters
protected AbstractPredicateImpl(CriteriaBuilderImpl criteriaBuilder)
public boolean isNegated()
isNegated
in interface javax.persistence.criteria.Predicate
public javax.persistence.criteria.Predicate not()
not
in interface javax.persistence.criteria.Predicate
public final boolean isCompoundSelection()
isCompoundSelection
in interface javax.persistence.criteria.Selection<Boolean>
isCompoundSelection
in class SelectionImpl<Boolean>
public final List<javax.persistence.criteria.Selection<?>> getCompoundSelectionItems()
getCompoundSelectionItems
in interface javax.persistence.criteria.Selection<Boolean>
getCompoundSelectionItems
in class SelectionImpl<Boolean>
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved