public static class Expressions.GreaterThanEqual extends Expressions.BinaryLogicalExpression
PredicateImpl.And, PredicateImpl.Or
e1, e2
_exps
Constructor and Description |
---|
Expressions.GreaterThanEqual(javax.persistence.criteria.Expression<X> x,
javax.persistence.criteria.Expression<Y> y) |
Expressions.GreaterThanEqual(javax.persistence.criteria.Expression<X> x,
Object y) |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
asValue(AliasContext q)
Get a string representation of this node as a value in the context of the given query.
|
PredicateImpl |
not()
Returns a new predicate as the negation of this predicate.
|
(package private) Expression |
toKernelExpression(ExpressionFactory factory,
CriteriaQueryImpl<?> q)
Bridge contract to convert this facade expression to a kernel expression.
|
acceptVisit
add, FALSE, getExpressions, getOperator, isEmpty, isNegated, markNegated, toValue, TRUE
as, in, in, in, in, isNotNull, isNull
alias, asProjection, assertValidName, asVariable, getAlias, getCompoundSelectionItems, getJavaType, isAliased, isAutoAliased, isCompoundSelection, setAutoAlias
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
as, in, in, in, in, isNotNull, isNull
public Expressions.GreaterThanEqual(javax.persistence.criteria.Expression<X> x, javax.persistence.criteria.Expression<Y> y)
public Expressions.GreaterThanEqual(javax.persistence.criteria.Expression<X> x, Object y)
public PredicateImpl not()
PredicateImpl
not
in interface javax.persistence.criteria.Predicate
not
in class PredicateImpl
Expression toKernelExpression(ExpressionFactory factory, CriteriaQueryImpl<?> q)
ExpressionImpl
toKernelExpression
in class PredicateImpl
factory
- creates the kernel expressionq
- the query definition context of this expressionpublic StringBuilder asValue(AliasContext q)
CriteriaExpression
asValue
in interface CriteriaExpression
asValue
in class PredicateImpl
Copyright © 2006–2013 Apache Software Foundation. All rights reserved.