类 AggregationFunction.COUNT
- java.lang.Object
-
- org.hibernate.query.criteria.internal.AbstractNode
-
- org.hibernate.query.criteria.internal.expression.AbstractTupleElement<X>
-
- org.hibernate.query.criteria.internal.expression.SelectionImpl<T>
-
- org.hibernate.query.criteria.internal.expression.ExpressionImpl<X>
-
- org.hibernate.query.criteria.internal.expression.function.BasicFunctionExpression<X>
-
- org.hibernate.query.criteria.internal.expression.function.ParameterizedFunctionExpression<T>
-
- org.hibernate.query.criteria.internal.expression.function.AggregationFunction<Long>
-
- org.hibernate.query.criteria.internal.expression.function.AggregationFunction.COUNT
-
- 所有已实现的接口:
Serializable,javax.persistence.criteria.Expression<Long>,javax.persistence.criteria.Selection<Long>,javax.persistence.TupleElement<Long>,FunctionExpression<Long>,ExpressionImplementor<Long>,ParameterContainer,Renderable,SelectionImplementor<Long>,TupleElementImplementor<Long>
- 封闭类:
- AggregationFunction<T>
public static class AggregationFunction.COUNT extends AggregationFunction<Long>
Implementation of a COUNT function providing convenience in construction. Parameterized asLongbecause thats what JPA states that the return from COUNT should be.- 另请参阅:
- 序列化表格
-
-
嵌套类概要
-
从类继承的嵌套类/接口 org.hibernate.query.criteria.internal.expression.function.AggregationFunction
AggregationFunction.AVG, AggregationFunction.COUNT, AggregationFunction.GREATEST<X extends Comparable<X>>, AggregationFunction.LEAST<X extends Comparable<X>>, AggregationFunction.MAX<N extends Number>, AggregationFunction.MIN<N extends Number>, AggregationFunction.SUM<N extends Number>
-
从接口继承的嵌套类/接口 org.hibernate.query.criteria.internal.ParameterContainer
ParameterContainer.Helper
-
-
字段概要
字段 修饰符和类型 字段 说明 static StringNAME-
从类继承的字段 org.hibernate.query.criteria.internal.expression.function.ParameterizedFunctionExpression
STANDARD_JPA_FUNCTION_NAMES
-
-
构造器概要
构造器 构造器 说明 COUNT(CriteriaBuilderImpl criteriaBuilder, javax.persistence.criteria.Expression<?> expression, boolean distinct)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanisDistinct()protected voidrenderArguments(StringBuilder buffer, RenderingContext renderingContext)-
从类继承的方法 org.hibernate.query.criteria.internal.expression.function.AggregationFunction
isAggregation, isStandardJpaFunction
-
从类继承的方法 org.hibernate.query.criteria.internal.expression.function.ParameterizedFunctionExpression
getArgumentExpressions, properSize, registerParameters, render
-
从类继承的方法 org.hibernate.query.criteria.internal.expression.function.BasicFunctionExpression
getFunctionName
-
从类继承的方法 org.hibernate.query.criteria.internal.expression.ExpressionImpl
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNull
-
从类继承的方法 org.hibernate.query.criteria.internal.expression.SelectionImpl
alias, getCompoundSelectionItems, getValueHandlers, isCompoundSelection
-
从类继承的方法 org.hibernate.query.criteria.internal.expression.AbstractTupleElement
forceConversion, getAlias, getJavaType, getValueHandler, resetJavaType, setAlias
-
从类继承的方法 org.hibernate.query.criteria.internal.AbstractNode
criteriaBuilder
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.query.criteria.internal.expression.function.FunctionExpression
getFunctionName
-
从接口继承的方法 org.hibernate.query.criteria.internal.SelectionImplementor
getValueHandlers
-
从接口继承的方法 org.hibernate.query.criteria.internal.TupleElementImplementor
getValueHandler
-
-
-
-
构造器详细资料
-
COUNT
public COUNT(CriteriaBuilderImpl criteriaBuilder, javax.persistence.criteria.Expression<?> expression, boolean distinct)
-
-
方法详细资料
-
renderArguments
protected void renderArguments(StringBuilder buffer, RenderingContext renderingContext)
-
isDistinct
public boolean isDistinct()
-
-