public static class Expressions.LessThanEqual extends Expressions.BinaryLogicalExpression
PredicateImpl.And, PredicateImpl.Ore1, e2_exps| Constructor and Description |
|---|
Expressions.LessThanEqual(javax.persistence.criteria.Expression<X> x,
javax.persistence.criteria.Expression<Y> y) |
Expressions.LessThanEqual(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.
|
acceptVisitadd, FALSE, getExpressions, getOperator, isEmpty, isNegated, markNegated, toValue, TRUEas, in, in, in, in, isNotNull, isNullalias, asProjection, assertValidName, asVariable, getAlias, getCompoundSelectionItems, getJavaType, isAliased, isAutoAliased, isCompoundSelection, setAutoAliasclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitas, in, in, in, in, isNotNull, isNullpublic Expressions.LessThanEqual(javax.persistence.criteria.Expression<X> x,
javax.persistence.criteria.Expression<Y> y)
public Expressions.LessThanEqual(javax.persistence.criteria.Expression<X> x,
Object y)
public PredicateImpl not()
PredicateImplnot in interface javax.persistence.criteria.Predicatenot in class PredicateImplExpression toKernelExpression(ExpressionFactory factory, CriteriaQueryImpl<?> q)
ExpressionImpltoKernelExpression in class PredicateImplfactory - creates the kernel expressionq - the query definition context of this expressionpublic StringBuilder asValue(AliasContext q)
CriteriaExpressionasValue in interface CriteriaExpressionasValue in class PredicateImplCopyright © 2006–2013 Apache Software Foundation. All rights reserved.