Uses of Interface
com.blazebit.persistence.WindowFrameBuilder
-
Packages that use WindowFrameBuilder Package Description com.blazebit.persistence Blaze-Persistence is a rich Criteria API for JPA. -
-
Uses of WindowFrameBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return WindowFrameBuilder Modifier and Type Method Description WindowFrameBuilder<T>WindowBuilder. groups()Starts a frame builder with the GROUPS frame mode.WindowFrameBuilder<T>WindowBuilder. range()Starts a frame builder with the RANGE frame mode.WindowFrameBuilder<T>WindowBuilder. rows()Starts a frame builder with the ROWS frame mode.
-