public class PredicateBase extends ExpressionBase<Boolean> implements javax.persistence.criteria.Predicate
| Modifier and Type | Field and Description |
|---|---|
protected VExpression<Boolean> |
expression |
alias, javaType| Constructor and Description |
|---|
PredicateBase(VExpression<Boolean> expression) |
| Modifier and Type | Method and Description |
|---|---|
<X> X |
accept(ExpressionVisitor<X> visitor) |
<X> VExpression<X> |
as(Class<X> cls) |
List<javax.persistence.criteria.Expression<Boolean>> |
getExpressions() |
javax.persistence.criteria.Predicate.BooleanOperator |
getOperator() |
boolean |
isNegated() |
javax.persistence.criteria.Predicate |
not() |
getAlias, getCompoundSelectionItems, getJavaType, in, in, in, in, isCompoundSelection, isNotNull, isNullaliasclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitin, in, in, in, isNotNull, isNullprotected VExpression<Boolean> expression
public PredicateBase(VExpression<Boolean> expression)
public <X> VExpression<X> as(Class<X> cls)
as in interface javax.persistence.criteria.Expression<Boolean>as in interface VExpression<Boolean>as in class ExpressionBase<Boolean>public <X> X accept(ExpressionVisitor<X> visitor)
accept in interface VExpression<Boolean>public javax.persistence.criteria.Predicate.BooleanOperator getOperator()
getOperator in interface javax.persistence.criteria.Predicatepublic boolean isNegated()
isNegated in interface javax.persistence.criteria.Predicatepublic List<javax.persistence.criteria.Expression<Boolean>> getExpressions()
getExpressions in interface javax.persistence.criteria.Predicatepublic javax.persistence.criteria.Predicate not()
not in interface javax.persistence.criteria.PredicateCopyright © 2017. All rights reserved.