public interface SearchResult<E>
| 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() |
SearchCriteria<? extends com.querydsl.core.types.EntityPath<E>> getCriteria()
org.springframework.data.domain.Page<E> getPage()
Throwable getError()
boolean hasError()
Copyright © 2022. All rights reserved.