Uses of Class
com.blazebit.persistence.querydsl.WindowDefinition
-
Uses of WindowDefinition in com.blazebit.persistence.querydsl
Classes in com.blazebit.persistence.querydsl with type parameters of type WindowDefinitionModifier and TypeClassDescriptionclassWindowDefinition<Q extends WindowDefinition<Q,?>, T> A base class for window definition expressions.classWindowRows<Def extends WindowDefinition<Def,?>> WindowRowsprovides the building of the rows/range part of the window function expression.Subclasses of WindowDefinition in com.blazebit.persistence.querydslModifier and TypeClassDescriptionclassA named window.classWindowFunctionis a builder for window function expressions.