public interface Search<E,Q extends com.querydsl.core.types.EntityPath<E>>
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getError() |
org.springframework.data.domain.Page<E> |
getPage() |
String |
getQuery() |
String |
getSort() |
URI |
getUri() |
static <E,Q extends com.querydsl.core.types.EntityPath<E>> |
search(String query,
String sort,
com.querydsl.core.types.Predicate predicate,
com.querydsl.core.types.OrderSpecifier<?>[] orderSpecifiers,
org.springframework.data.domain.Page<E> page,
Throwable error,
URI uri) |
Copyright © 2020. All rights reserved.