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.
|
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, waitas, in, in, in, in, isNotNull, isNullgetAlias, getJavaTypegetValueHandlersgetValueHandlerrender, renderProjectionregisterParameterspublic AbstractSimplePredicate(CriteriaBuilderImpl criteriaBuilder)
public Predicate.BooleanOperator getOperator()
PredicateAND.getOperator in interface Predicatepublic final List<Expression<Boolean>> getExpressions()
PredicategetExpressions in interface PredicateCopyright © 2012 JBoss by Red Hat. All Rights Reserved.