public abstract class AbstractSimplePredicate extends AbstractPredicateImpl implements Serializable
Predicate.BooleanOperatorParameterContainer.Helper| Constructor and Description | 
|---|
AbstractSimplePredicate(CriteriaBuilderImpl criteriaBuilder)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Expression<Boolean>> | 
getExpressions()  | 
Predicate.BooleanOperator | 
getOperator()  | 
boolean | 
isJunction()
Is this a conjunction or disjunction? 
 | 
String | 
render(RenderingContext renderingContext)  | 
String | 
renderProjection(RenderingContext renderingContext)  | 
getCompoundSelectionItems, isCompoundSelection, isNegated, notas, 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, renderas, in, in, in, in, isNotNull, isNullgetAlias, getJavaTypegetValueHandlersgetValueHandlerregisterParameterspublic AbstractSimplePredicate(CriteriaBuilderImpl criteriaBuilder)
public boolean isJunction()
PredicateImplementorisJunction in interface PredicateImplementortrue if this predicate is a junction (AND/OR); false otherwisepublic Predicate.BooleanOperator getOperator()
getOperator in interface Predicatepublic final List<Expression<Boolean>> getExpressions()
getExpressions in interface Predicatepublic String render(RenderingContext renderingContext)
render in interface Renderablepublic String renderProjection(RenderingContext renderingContext)
renderProjection in interface RenderableCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.