Class NamedWindow
java.lang.Object
com.querydsl.core.types.MutableExpressionBase<T>
com.blazebit.persistence.querydsl.WindowDefinition<NamedWindow,Void>
com.blazebit.persistence.querydsl.NamedWindow
- All Implemented Interfaces:
com.querydsl.core.types.Expression<Void>
,Serializable
public class NamedWindow extends WindowDefinition<NamedWindow,Void>
A named window. Combines a
WindowDefinition
and an alias.- Since:
- 1.5.0
- Author:
- Jan-Willem Gmelig Meyling
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NamedWindow(String alias)
Create a new named window. -
Method Summary
Methods inherited from class com.blazebit.persistence.querydsl.WindowDefinition
accept, getBaseWindowName, getFrameEndExpression, getFrameEndType, getFrameMode, getFrameStartExpression, getFrameStartType, getOrderBy, getPartitionBy, groups, orderBy, orderBy, orderBy, orderBy, partitionBy, partitionBy, range, rows
-
Constructor Details
-
NamedWindow
Create a new named window.- Parameters:
alias
- Alias for the window
-
-
Method Details
-
getAlias
Get the alias for the window- Returns:
- the alias
-
getValue
Description copied from class:WindowDefinition
Construct a template expression for this Window Definition.- Overrides:
getValue
in classWindowDefinition<NamedWindow,Void>
- Returns:
- template expression
-
getWindowDefinition
-
equals
-