Uses of Interface
com.blazebit.persistence.WindowBuilder
-
Packages that use WindowBuilder Package Description com.blazebit.persistence Blaze-Persistence is a rich Criteria API for JPA. -
-
Uses of WindowBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence with type parameters of type WindowBuilder Modifier and Type Method Description <X extends WhereBuilder<X> & WindowBuilder<X>>
XWindowBuilder. filter()Starts a filter builder.Methods in com.blazebit.persistence that return WindowBuilder Modifier and Type Method Description WindowBuilder<T>WindowBuilder. partitionBy(String partitionExpression)Adds a partition by clause with the given expression to the window.WindowBuilder<T>WindowBuilder. partitionBy(String... partitionExpressions)Adds a partition by clause with the given expressions to the window.WindowBuilder<T>WindowContainerBuilder. window(String name)Starts aWindowBuilderthat can be referenced by name in analytics functions.
-