public interface SearchEngine
| Modifier and Type | Method and Description |
|---|---|
<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)
Copyright © 2020. All rights reserved.