public interface SearchEngine
| Modifier and Type | Method and Description |
|---|---|
<E> SearchResult<com.querydsl.core.Tuple> |
aggregate(AggregateCriteria<? extends com.querydsl.core.types.EntityPath<E>> aggregateCriteria,
QueryVariables variables) |
<E> SearchResult<E> |
search(com.querydsl.core.types.EntityPath<E> entityPath,
String query,
String sort,
org.springframework.data.domain.Pageable pageable,
QueryVariables variables) |
<E> SearchResult<E> |
search(com.querydsl.core.types.Predicate implicitPredicate,
SearchCriteria<? extends com.querydsl.core.types.EntityPath<E>> criteria,
QueryVariables variables) |
<E> SearchResult<E> |
search(SearchCriteria<? extends com.querydsl.core.types.EntityPath<E>> criteria,
QueryVariables variables) |
<E> SearchResult<E> search(SearchCriteria<? extends com.querydsl.core.types.EntityPath<E>> criteria, QueryVariables variables)
<E> SearchResult<E> search(com.querydsl.core.types.Predicate implicitPredicate, SearchCriteria<? extends com.querydsl.core.types.EntityPath<E>> criteria, QueryVariables variables)
<E> SearchResult<E> search(com.querydsl.core.types.EntityPath<E> entityPath, String query, String sort, org.springframework.data.domain.Pageable pageable, QueryVariables variables)
<E> SearchResult<com.querydsl.core.Tuple> aggregate(AggregateCriteria<? extends com.querydsl.core.types.EntityPath<E>> aggregateCriteria, QueryVariables variables)
Copyright © 2020. All rights reserved.