public static class Expressions.Diff<N extends Number> extends Expressions.BinarayFunctionalExpression<N>
e1, e2| Constructor and Description |
|---|
Expressions.Diff(javax.persistence.criteria.Expression<? extends Number> x,
javax.persistence.criteria.Expression<? extends Number> y) |
Expressions.Diff(javax.persistence.criteria.Expression<? extends Number> x,
Number y) |
Expressions.Diff(Number x,
javax.persistence.criteria.Expression<? extends Number> 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.
|
Value |
toValue(ExpressionFactory factory,
CriteriaQueryImpl<?> q)
Bridge contract to convert this facade expression to a kernel value.
|
acceptVisitas, in, in, in, in, isNotNull, isNull, toKernelExpressionalias, asProjection, assertValidName, asVariable, getAlias, getCompoundSelectionItems, getJavaType, isAliased, isAutoAliased, isCompoundSelection, setAutoAliasclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Expressions.Diff(javax.persistence.criteria.Expression<? extends Number> x, javax.persistence.criteria.Expression<? extends Number> y)
public Expressions.Diff(javax.persistence.criteria.Expression<? extends Number> x, Number y)
public Value toValue(ExpressionFactory factory, CriteriaQueryImpl<?> q)
ExpressionImpltoValue in class ExpressionImpl<N extends Number>factory - creates the kernel expressionq - the query definition context of this expressionpublic StringBuilder asValue(AliasContext q)
CriteriaExpressionasValue in interface CriteriaExpressionasValue in class SelectionImpl<N extends Number>Copyright © 2006–2015 Apache Software Foundation. All rights reserved.