Uses of Interface
foundation.jpa.querydsl.spring.AggregateCriteria
Packages that use AggregateCriteria
-
Uses of AggregateCriteria in foundation.jpa.querydsl.spring
Methods in foundation.jpa.querydsl.spring that return AggregateCriteriaModifier and TypeMethodDescriptionAggregateCriteria<? extends com.querydsl.core.types.EntityPath<?>>AggregationCriteriaHandler.resolveArgument(org.springframework.core.MethodParameter methodParameter, org.springframework.web.method.support.ModelAndViewContainer modelAndViewContainer, org.springframework.web.context.request.NativeWebRequest nativeWebRequest, org.springframework.web.bind.support.WebDataBinderFactory webDataBinderFactory) Methods in foundation.jpa.querydsl.spring with parameters of type AggregateCriteriaModifier and TypeMethodDescription<E> SearchResult<List<?>>SearchEngine.aggregate(AggregateCriteria<? extends com.querydsl.core.types.EntityPath<E>> aggregateCriteria, foundation.jpa.querydsl.QueryVariables variables) -
Uses of AggregateCriteria in foundation.jpa.querydsl.spring.impl
Classes in foundation.jpa.querydsl.spring.impl that implement AggregateCriteriaModifier and TypeClassDescriptionclassAggregateCriteriaImpl<E extends com.querydsl.core.types.EntityPath<?>>Methods in foundation.jpa.querydsl.spring.impl with parameters of type AggregateCriteriaModifier and TypeMethodDescription<E> SearchResult<List<?>>SearchEngineImpl.aggregate(AggregateCriteria<? extends com.querydsl.core.types.EntityPath<E>> criteria, foundation.jpa.querydsl.QueryVariables variables)