Uses of Enum
com.blazebit.persistence.criteria.BlazeWindowFrameEndType
-
Uses of BlazeWindowFrameEndType in com.blazebit.persistence.criteria
Methods in com.blazebit.persistence.criteria that return BlazeWindowFrameEndTypeModifier and TypeMethodDescriptionBlazeWindow.getFrameEndType()Returns the frame end type used for this window.static BlazeWindowFrameEndTypeReturns the enum constant of this type with the specified name.static BlazeWindowFrameEndType[]BlazeWindowFrameEndType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.blazebit.persistence.criteria with parameters of type BlazeWindowFrameEndTypeModifier and TypeMethodDescriptionBlazeWindow.groupsBetween(BlazeWindowFrameStartType start, BlazeWindowFrameEndType end) Sets the window frame to the GROUPS mode with the given start and end.BlazeWindow.groupsBetween(Expression<Integer> start, BlazeWindowFrameKind startKind, BlazeWindowFrameEndType end) Sets the window frame to the GROUPS mode with the given start and end.BlazeWindow.rangeBetween(BlazeWindowFrameStartType start, BlazeWindowFrameEndType end) Sets the window frame to the RANGE mode with the given start and end.BlazeWindow.rangeBetween(Expression<?> start, BlazeWindowFrameKind startKind, BlazeWindowFrameEndType end) Sets the window frame to the RANGE mode with the given start and end.BlazeWindow.rowsBetween(BlazeWindowFrameStartType start, BlazeWindowFrameEndType end) Sets the window frame to the ROWS mode with the given start and end.BlazeWindow.rowsBetween(Expression<Integer> start, BlazeWindowFrameKind startKind, BlazeWindowFrameEndType end) Sets the window frame to the ROWS mode with the given start and end.