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