Package inha.git.team.domain.repository
Class TeamPostQueryRepository
java.lang.Object
inha.git.team.domain.repository.TeamPostQueryRepository
팀 게시글 조회 레포지토리
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<SearchTeamPostsResponse>
getTeamPosts
(org.springframework.data.domain.Pageable pageable) 팀 게시글 목록 조회
-
Constructor Details
-
TeamPostQueryRepository
public TeamPostQueryRepository()
-
-
Method Details
-
getTeamPosts
public org.springframework.data.domain.Page<SearchTeamPostsResponse> getTeamPosts(org.springframework.data.domain.Pageable pageable) 팀 게시글 목록 조회- Parameters:
pageable
- 페이지 정보- Returns:
- 팀 게시글 페이지
-