Interface BlazeWindowFunctionExpression<X>
- Type Parameters:
X- The target type
- All Superinterfaces:
BlazeExpression<X>,BlazeFunctionExpression<X>,Expression<X>,Selection<X>,TupleElement<X>
- All Known Subinterfaces:
BlazeAggregateFunctionExpression<X>,BlazeOrderedSetAggregateFunctionExpression<X>
An
Expression for a window enabled function.- Since:
- 1.6.4
- Author:
- Christian Beikov
-
Method Summary
Modifier and TypeMethodDescriptionReturns the window for this window function.window(BlazeWindow window) Sets the window for this window function.Methods 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
-
Method Details
-
getWindow
BlazeWindow getWindow()Returns the window for this window function.- Returns:
- the window
-
window
Sets the window for this window function.- Parameters:
window- The window to set- Returns:
thisfor method chaining
-