Class ReportQueryRepository
java.lang.Object
inha.git.report.domain.repository.ReportQueryRepository
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<SearchReportResponse>
getUserReports
(Integer reporterId, org.springframework.data.domain.Pageable pageable)
-
Constructor Details
-
ReportQueryRepository
public ReportQueryRepository()
-
-
Method Details
-
getUserReports
public org.springframework.data.domain.Page<SearchReportResponse> getUserReports(Integer reporterId, org.springframework.data.domain.Pageable pageable)
-