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()
Return the top-level conjuncts or disjuncts of the predicate.
|
Predicate.BooleanOperator |
getOperator()
Return the boolean operator for the predicate.
|
boolean |
isJunction()
Is this a conjunction or disjunction?
|
String |
render(RenderingContext renderingContext)
Render clause
|
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, getJavaTyperenderGroupBy, renderProjectiongetValueHandlersgetValueHandlerregisterParameterspublic AbstractSimplePredicate(CriteriaBuilderImpl criteriaBuilder)
public boolean isJunction()
PredicateImplementorisJunction in interface PredicateImplementortrue if this predicate is a junction (AND/OR); false otherwisepublic Predicate.BooleanOperator getOperator()
PredicateAND.getOperator in interface Predicatepublic final List<Expression<Boolean>> getExpressions()
PredicategetExpressions in interface Predicatepublic String render(RenderingContext renderingContext)
Renderablerender in interface RenderablerenderingContext - contextCopyright © 2019 JBoss by Red Hat. All rights reserved.