public static class Expressions.Size extends Expressions.UnaryFunctionalExpression<java.lang.Integer>
e
Constructor and Description |
---|
Expressions.Size(java.util.Collection<?> x) |
Expressions.Size(javax.persistence.criteria.Expression<? extends java.util.Collection<?>> x) |
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.
|
acceptVisit
as, in, in, in, in, isNotNull, isNull, toKernelExpression
alias, asProjection, assertValidName, asVariable, getAlias, getCompoundSelectionItems, getJavaType, isAliased, isAutoAliased, isCompoundSelection, setAutoAlias
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Expressions.Size(javax.persistence.criteria.Expression<? extends java.util.Collection<?>> x)
public Expressions.Size(java.util.Collection<?> x)
public Value toValue(ExpressionFactory factory, CriteriaQueryImpl<?> q)
ExpressionImpl
toValue
in class ExpressionImpl<java.lang.Integer>
factory
- creates the kernel expressionq
- the query definition context of this expressionpublic java.lang.StringBuilder asValue(AliasContext q)
CriteriaExpression
asValue
in interface CriteriaExpression
asValue
in class SelectionImpl<java.lang.Integer>
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.