Class AggregationResultImpl

java.lang.Object
foundation.jpa.querydsl.spring.impl.AggregationResultImpl
All Implemented Interfaces:
SearchResult<com.querydsl.core.Tuple>

public class AggregationResultImpl extends Object implements SearchResult<com.querydsl.core.Tuple>
  • 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:
      getCriteria in interface SearchResult<com.querydsl.core.Tuple>
    • getPage

      public org.springframework.data.domain.Page<com.querydsl.core.Tuple> getPage()
      Specified by:
      getPage in interface SearchResult<com.querydsl.core.Tuple>
    • getError

      public Throwable getError()
      Specified by:
      getError in interface SearchResult<com.querydsl.core.Tuple>
    • hasError

      public boolean hasError()
      Specified by:
      hasError in interface SearchResult<com.querydsl.core.Tuple>
    • toString

      public String toString()
      Overrides:
      toString in class Object