public abstract class AbstractPredicateImpl extends ExpressionImpl<Boolean> implements PredicateImplementor, Serializable
Predicate implementors providing
 expression handling, negation and conjunction/disjunction handling.Predicate.BooleanOperatorParameterContainer.Helper| Modifier | Constructor and Description | 
|---|---|
protected  | 
AbstractPredicateImpl(CriteriaBuilderImpl criteriaBuilder)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Selection<?>> | 
getCompoundSelectionItems()  | 
boolean | 
isCompoundSelection()  | 
boolean | 
isNegated()  | 
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, rendergetExpressions, getOperatoras, in, in, in, in, isNotNull, isNullgetAlias, getJavaTyperender, renderProjectiongetValueHandlersgetValueHandlerregisterParametersprotected AbstractPredicateImpl(CriteriaBuilderImpl criteriaBuilder)
public final boolean isCompoundSelection()
isCompoundSelection in interface Selection<Boolean>isCompoundSelection in class SelectionImpl<Boolean>public final List<Selection<?>> getCompoundSelectionItems()
getCompoundSelectionItems in interface Selection<Boolean>getCompoundSelectionItems in class SelectionImpl<Boolean>Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.