Class AggregationResultImpl
java.lang.Object
foundation.jpa.querydsl.spring.impl.AggregationResultImpl
- All Implemented Interfaces:
SearchResult<List<?>>
-
Constructor Summary
ConstructorsConstructorDescriptionAggregationResultImpl(org.springframework.data.domain.Page<List<?>> page, Throwable error) -
Method Summary
-
Constructor Details
-
AggregationResultImpl
-
-
Method Details
-
getCriteria
- Specified by:
getCriteriain interfaceSearchResult<List<?>>
-
getPage
- Specified by:
getPagein interfaceSearchResult<List<?>>
-
getError
- Specified by:
getErrorin interfaceSearchResult<List<?>>
-
hasError
public boolean hasError()- Specified by:
hasErrorin interfaceSearchResult<List<?>>
-
toString
-