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
A named window. Combines a
WindowDefinition and an alias.- Since:
- 1.5.0
- Author:
- Jan-Willem Gmelig Meyling
- See Also:
-
Constructor Summary
Constructors -
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, rowsMethods inherited from class com.querydsl.core.types.MutableExpressionBase
getType, hashCode, toString
-
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:WindowDefinitionConstruct a template expression for this Window Definition.- Overrides:
getValuein classWindowDefinition<NamedWindow,Void> - Returns:
- template expression
-
getWindowDefinition
-
equals
-