Class WindowFunctionExpressionImpl<X>
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<X>
com.blazebit.persistence.criteria.impl.expression.function.AbstractFunctionExpression<X>
com.blazebit.persistence.criteria.impl.expression.function.FunctionExpressionImpl<X>
com.blazebit.persistence.criteria.impl.expression.function.WindowFunctionExpressionImpl<X>
- All Implemented Interfaces:
BlazeExpression<X>,BlazeFunctionExpression<X>,BlazeWindowFunctionExpression<X>,Serializable,Expression<X>,Selection<X>,TupleElement<X>
- Direct Known Subclasses:
AggregationFunctionExpressionImpl
public class WindowFunctionExpressionImpl<X>
extends FunctionExpressionImpl<X>
implements BlazeWindowFunctionExpression<X>
- Since:
- 1.6.4
- Author:
- Christian Beikov
- See Also:
-
Field Summary
Fields inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement
criteriaBuilder -
Constructor Summary
ConstructorsConstructorDescriptionWindowFunctionExpressionImpl(BlazeCriteriaBuilderImpl criteriaBuilder, Class<X> javaType, String functionName, Expression<?>... argumentExpressions) -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(RenderContext context) protected voidrenderWindow(RenderContext context) voidvisitParameters(ParameterVisitor visitor) window(BlazeWindow window) Methods inherited from class com.blazebit.persistence.criteria.impl.expression.function.FunctionExpressionImpl
getArgumentExpressionsMethods inherited from class com.blazebit.persistence.criteria.impl.expression.function.AbstractFunctionExpression
getFunctionNameMethods 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 com.blazebit.persistence.criteria.BlazeExpression
asMethods inherited from interface com.blazebit.persistence.criteria.BlazeFunctionExpression
getFunctionNameMethods inherited from interface javax.persistence.criteria.Expression
in, in, in, in, isNotNull, isNullMethods inherited from interface javax.persistence.criteria.Selection
alias, getCompoundSelectionItems, isCompoundSelectionMethods inherited from interface javax.persistence.TupleElement
getAlias, getJavaType
-
Constructor Details
-
WindowFunctionExpressionImpl
public WindowFunctionExpressionImpl(BlazeCriteriaBuilderImpl criteriaBuilder, Class<X> javaType, String functionName, Expression<?>... argumentExpressions)
-
-
Method Details
-
getWindow
- Specified by:
getWindowin interfaceBlazeWindowFunctionExpression<X>
-
window
- Specified by:
windowin interfaceBlazeWindowFunctionExpression<X>
-
visitParameters
- Overrides:
visitParametersin classFunctionExpressionImpl<X>
-
render
- Overrides:
renderin classFunctionExpressionImpl<X>
-
renderWindow
-