public static class AggregationFunction.LEAST<X extends java.lang.Comparable<X>> extends AggregationFunction<X>
AggregationFunction.MIN,
Serialized FormAggregationFunction.AVG, AggregationFunction.COUNT, AggregationFunction.GREATEST<X extends java.lang.Comparable<X>>, AggregationFunction.LEAST<X extends java.lang.Comparable<X>>, AggregationFunction.MAX<N extends java.lang.Number>, AggregationFunction.MIN<N extends java.lang.Number>, AggregationFunction.SUM<N extends java.lang.Number>ParameterContainer.Helper| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
STANDARD_JPA_FUNCTION_NAMES| Constructor and Description |
|---|
LEAST(CriteriaBuilderImpl criteriaBuilder,
javax.persistence.criteria.Expression<X> expression) |
isAggregation, isStandardJpaFunctiongetArgumentExpressions, properSize, registerParameters, render, renderArgumentsgetFunctionNameas, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNullalias, getCompoundSelectionItems, getValueHandlers, isCompoundSelectionforceConversion, getAlias, getJavaType, getValueHandler, resetJavaType, setAliascriteriaBuilderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFunctionNameas, in, in, in, in, isNotNull, isNullalias, getCompoundSelectionItems, isCompoundSelectiongetValueHandlersgetValueHandlerrenderGroupBy, renderProjectionpublic static final java.lang.String NAME
public LEAST(CriteriaBuilderImpl criteriaBuilder, javax.persistence.criteria.Expression<X> expression)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.