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