Interface SearchResult<E>

All Known Subinterfaces:
Search<Q,E>
All Known Implementing Classes:
AggregationResultImpl, SearchResultImpl

public interface SearchResult<E>
  • Method Details

    • getCriteria

      SearchCriteria<? extends com.querydsl.core.types.EntityPath<E>> getCriteria()
    • getPage

      org.springframework.data.domain.Page<E> getPage()
    • getError

      Throwable getError()
    • hasError

      boolean hasError()