Class ReportQueryRepository

java.lang.Object
inha.git.report.domain.repository.ReportQueryRepository

@Repository public class ReportQueryRepository extends Object
  • Constructor Details

    • ReportQueryRepository

      public ReportQueryRepository()
  • Method Details

    • getUserReports

      public org.springframework.data.domain.Page<SearchReportResponse> getUserReports(Integer reporterId, org.springframework.data.domain.Pageable pageable)