public static class Expressions.Mod extends Expressions.BinarayFunctionalExpression<java.lang.Integer>
e1, e2| Constructor and Description |
|---|
Expressions.Mod(javax.persistence.criteria.Expression<java.lang.Integer> x,
javax.persistence.criteria.Expression<java.lang.Integer> y) |
Expressions.Mod(javax.persistence.criteria.Expression<java.lang.Integer> x,
java.lang.Integer y) |
Expressions.Mod(java.lang.Integer x,
javax.persistence.criteria.Expression<java.lang.Integer> y) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.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.Mod(javax.persistence.criteria.Expression<java.lang.Integer> x,
javax.persistence.criteria.Expression<java.lang.Integer> y)
public Expressions.Mod(javax.persistence.criteria.Expression<java.lang.Integer> x,
java.lang.Integer y)
public Expressions.Mod(java.lang.Integer x,
javax.persistence.criteria.Expression<java.lang.Integer> y)
public Value toValue(ExpressionFactory factory, CriteriaQueryImpl<?> q)
ExpressionImpltoValue in class ExpressionImpl<java.lang.Integer>factory - creates the kernel expressionq - the query definition context of this expressionpublic java.lang.StringBuilder asValue(AliasContext q)
CriteriaExpressionasValue in interface CriteriaExpressionasValue in class SelectionImpl<java.lang.Integer>Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.