public class SearchResultImpl<E,Q extends com.querydsl.core.types.EntityPath<E>> extends Object implements SearchResult<E>, Search<Q,E>
| Constructor and Description |
|---|
SearchResultImpl(SearchCriteria<? extends com.querydsl.core.types.EntityPath<E>> criteria,
org.springframework.data.domain.Page<E> page,
Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
SearchCriteria<? extends com.querydsl.core.types.EntityPath<E>> |
getCriteria() |
Throwable |
getError() |
org.springframework.data.domain.Page<E> |
getPage() |
boolean |
hasError() |
public SearchResultImpl(SearchCriteria<? extends com.querydsl.core.types.EntityPath<E>> criteria, org.springframework.data.domain.Page<E> page, Throwable error)
public SearchCriteria<? extends com.querydsl.core.types.EntityPath<E>> getCriteria()
getCriteria in interface SearchResult<E>public org.springframework.data.domain.Page<E> getPage()
getPage in interface SearchResult<E>public Throwable getError()
getError in interface SearchResult<E>public boolean hasError()
hasError in interface SearchResult<E>Copyright © 2023. All rights reserved.