Uses of Interface
com.blazebit.persistence.criteria.BlazeSubquery
Packages that use BlazeSubquery
Package
Description
Blaze-Persistence JPA Criteria API extensions.
-
Uses of BlazeSubquery in com.blazebit.persistence.criteria
Methods in com.blazebit.persistence.criteria that return BlazeSubqueryModifier and TypeMethodDescriptionBlazeSubquery.distinct(boolean distinct) BlazeSubquery.groupBy(List<Expression<?>> grouping) BlazeSubquery.groupBy(Expression<?>... grouping) BlazeSubquery.having(Expression<Boolean> restriction) BlazeSubquery.orderBy(BlazeOrder... orders) LikeorderBy(Order...)but accepts the subtypeBlazeOrder.BlazeSubquery.orderBy(List<BlazeOrder> orderList) Specify the ordering expressions that are used to order the query results.Specify the ordering expressions that are used to order the query results.BlazeSubquery.select(Expression<T> expression) <U> BlazeSubquery<U><U> BlazeSubquery<U>BlazeSubquery.where(Expression<Boolean> restriction)