Uses of Interface
foundation.jpa.querydsl.spring.SearchCriteria
Packages that use SearchCriteria
-
Uses of SearchCriteria in foundation.jpa.querydsl.spring
Subinterfaces of SearchCriteria in foundation.jpa.querydsl.springModifier and TypeInterfaceDescriptioninterfaceAggregateCriteria<E extends com.querydsl.core.types.EntityPath<?>>Methods in foundation.jpa.querydsl.spring that return SearchCriteriaModifier and TypeMethodDescriptionSearchCriteria<? extends com.querydsl.core.types.EntityPath<E>>SearchResult.getCriteria()SearchCriteria<? extends com.querydsl.core.types.EntityPath<?>>SearchCriteriaHandler.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 SearchCriteriaModifier and TypeMethodDescription<E> SearchResult<E>SearchEngine.search(com.querydsl.core.types.Predicate implicitPredicate, SearchCriteria<? extends com.querydsl.core.types.EntityPath<E>> criteria, foundation.jpa.querydsl.QueryVariables variables) <E> SearchResult<E>SearchEngine.search(SearchCriteria<? extends com.querydsl.core.types.EntityPath<E>> criteria, foundation.jpa.querydsl.QueryVariables variables) -
Uses of SearchCriteria in foundation.jpa.querydsl.spring.impl
Classes in foundation.jpa.querydsl.spring.impl that implement SearchCriteriaModifier and TypeClassDescriptionclassAggregateCriteriaImpl<E extends com.querydsl.core.types.EntityPath<?>>classSearchCriteriaImpl<Q extends com.querydsl.core.types.EntityPath<?>>Methods in foundation.jpa.querydsl.spring.impl that return SearchCriteriaModifier and TypeMethodDescriptionSearchCriteria<? extends com.querydsl.core.types.EntityPath<com.querydsl.core.Tuple>>AggregationResultImpl.getCriteria()SearchCriteria<? extends com.querydsl.core.types.EntityPath<E>>SearchResultImpl.getCriteria()Methods in foundation.jpa.querydsl.spring.impl with parameters of type SearchCriteriaModifier and TypeMethodDescription<E> SearchResult<E>SearchEngineImpl.search(com.querydsl.core.types.Predicate implicitPredicate, SearchCriteria<? extends com.querydsl.core.types.EntityPath<E>> criteria, foundation.jpa.querydsl.QueryVariables variables) <E> SearchResult<E>SearchEngineImpl.search(SearchCriteria<? extends com.querydsl.core.types.EntityPath<E>> criteria, foundation.jpa.querydsl.QueryVariables variables) Constructors in foundation.jpa.querydsl.spring.impl with parameters of type SearchCriteriaModifierConstructorDescriptionSearchResultImpl(SearchCriteria<? extends com.querydsl.core.types.EntityPath<E>> criteria, org.springframework.data.domain.Page<E> page, Throwable error)