Class BugReportQueryRepository
java.lang.Object
inha.git.bug_report.domain.repository.BugReportQueryRepository
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<SearchBugReportsResponse>
getUserBugReports
(Integer userId, SearchBugReportCond searchBugReportCond, org.springframework.data.domain.Pageable pageable) 특정 사용자의 버그 리포트 목록 조회
-
Constructor Details
-
BugReportQueryRepository
public BugReportQueryRepository()
-
-
Method Details
-
getUserBugReports
public org.springframework.data.domain.Page<SearchBugReportsResponse> getUserBugReports(Integer userId, SearchBugReportCond searchBugReportCond, org.springframework.data.domain.Pageable pageable) 특정 사용자의 버그 리포트 목록 조회- Parameters:
userId
- 사용자 IDsearchBugReportCond
- 버그 리포트 검색 조건pageable
- 페이징 정보- Returns:
- 버그 리포트 목록
-