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 WindowDefinition Modifier and Type Class Description classWindowDefinition<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.querydsl Modifier and Type Class Description classNamedWindowA named window.classWindowFunction<A>WindowFunctionis a builder for window function expressions.