Uses of Interface
foundation.jpa.querydsl.spring.SearchResult
Packages that use SearchResult
-
Uses of SearchResult in foundation.jpa.querydsl.spring
Subinterfaces of SearchResult in foundation.jpa.querydsl.springModifier and TypeInterfaceDescriptioninterfaceSearch<Q extends com.querydsl.core.types.EntityPath<E>,E> Methods in foundation.jpa.querydsl.spring that return SearchResultModifier and TypeMethodDescription<E> SearchResult<List<?>>SearchEngine.aggregate(AggregateCriteria<? extends com.querydsl.core.types.EntityPath<E>> aggregateCriteria, foundation.jpa.querydsl.QueryVariables variables) <E> SearchResult<E>SearchEngine.search(com.querydsl.core.types.EntityPath<E> entityPath, String query, String sort, org.springframework.data.domain.Pageable pageable, foundation.jpa.querydsl.QueryVariables variables) <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 SearchResult in foundation.jpa.querydsl.spring.impl
Classes in foundation.jpa.querydsl.spring.impl that implement SearchResultModifier and TypeClassDescriptionclassclassSearchResultImpl<E,Q extends com.querydsl.core.types.EntityPath<E>> Methods in foundation.jpa.querydsl.spring.impl that return SearchResultModifier and TypeMethodDescription<E> SearchResult<List<?>>SearchEngineImpl.aggregate(AggregateCriteria<? extends com.querydsl.core.types.EntityPath<E>> criteria, foundation.jpa.querydsl.QueryVariables variables) <E> SearchResult<E>SearchEngineImpl.search(com.querydsl.core.types.EntityPath<E> entityPath, String query, String sort, org.springframework.data.domain.Pageable pageable, foundation.jpa.querydsl.QueryVariables variables) <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)