Class NoticeQueryRepository
java.lang.Object
inha.git.notice.domain.repository.NoticeQueryRepository
공지사항 쿼리 레포지토리
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<SearchNoticesResponse>
getNotices
(org.springframework.data.domain.Pageable pageable) 공지사항 목록 조회
-
Constructor Details
-
NoticeQueryRepository
public NoticeQueryRepository()
-
-
Method Details
-
getNotices
public org.springframework.data.domain.Page<SearchNoticesResponse> getNotices(org.springframework.data.domain.Pageable pageable) 공지사항 목록 조회- Parameters:
pageable
- 페이지 정보- Returns:
- 공지사항 페이지
-