Uses of Interface
com.blazebit.persistence.criteria.BlazeOrder
Packages that use BlazeOrder
Package
Description
Blaze-Persistence JPA Criteria API extensions.
-
Uses of BlazeOrder in com.blazebit.persistence.criteria
Methods in com.blazebit.persistence.criteria that return BlazeOrderModifier and TypeMethodDescriptionBlazeCriteriaBuilder.asc(Expression<?> x) BlazeCriteriaBuilder.asc(Expression<?> x, boolean nullsFirst) LikeCriteriaBuilder.asc(Expression)but allows to also specify the null precedence.BlazeCriteriaBuilder.desc(Expression<?> x) BlazeCriteriaBuilder.desc(Expression<?> x, boolean nullsFirst) LikeCriteriaBuilder.desc(Expression)but allows to also specify the null precedence.BlazeOrder.reverse()Switch the ordering.BlazeOrder.reverseNulls()Switch the null precedence.Methods in com.blazebit.persistence.criteria that return types with arguments of type BlazeOrderModifier and TypeMethodDescriptionBlazeCriteriaQuery.getBlazeOrderList()LikeCriteriaQuery.getOrderList()but returns the subtypeBlazeOrderinstead.BlazeSubquery.getBlazeOrderList()LikeBlazeSubquery.getOrderList()but returns the subtypeBlazeOrderinstead.BlazeWindow.getOrderList()Returns the order by items.BlazeOrderedSetAggregateFunctionExpression.getWithinGroup()Returns the within group order for this ordered set-aggregate function.Methods in com.blazebit.persistence.criteria with parameters of type BlazeOrderModifier and TypeMethodDescriptionBlazeSubquery.orderBy(BlazeOrder... orders) LikeBlazeSubquery.orderBy(Order...)but accepts the subtypeBlazeOrder.Method parameters in com.blazebit.persistence.criteria with type arguments of type BlazeOrderModifier and TypeMethodDescriptionBlazeSubquery.orderBy(List<BlazeOrder> orderList) Specify the ordering expressions that are used to order the query results.