Class SizeFunction
java.lang.Object
com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement<X>
com.blazebit.persistence.criteria.impl.expression.AbstractSelection<T>
com.blazebit.persistence.criteria.impl.expression.AbstractExpression<Integer>
com.blazebit.persistence.criteria.impl.expression.function.SizeFunction
- All Implemented Interfaces:
BlazeExpression<Integer>,Serializable,Expression<Integer>,Selection<Integer>,TupleElement<Integer>
- Since:
- 1.2.0
- Author:
- Christian Beikov
- See Also:
-
Field Summary
Fields inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement
criteriaBuilder -
Constructor Summary
ConstructorsConstructorDescriptionSizeFunction(BlazeCriteriaBuilderImpl criteriaBuilder, PluralAttributePath<?> collectionPath) -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(RenderContext context) voidvisitParameters(ParameterVisitor visitor) Methods inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractExpression
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNullMethods inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractSelection
alias, getCompoundSelectionItems, isCompoundSelectionMethods inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement
getAlias, getConverter, getJavaType, setAlias, setConverter, setJavaTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.persistence.criteria.Selection
alias, getCompoundSelectionItems, isCompoundSelectionMethods inherited from interface javax.persistence.TupleElement
getAlias, getJavaType
-
Constructor Details
-
SizeFunction
public SizeFunction(BlazeCriteriaBuilderImpl criteriaBuilder, PluralAttributePath<?> collectionPath)
-
-
Method Details
-
visitParameters
- Overrides:
visitParametersin classAbstractSelection<Integer>
-
render
- Specified by:
renderin classAbstractSelection<Integer>
-