Class ProfessorQueryRepository

java.lang.Object
inha.git.user.domain.repository.ProfessorQueryRepository

@Repository public class ProfessorQueryRepository extends Object
  • Constructor Details

    • ProfessorQueryRepository

      public ProfessorQueryRepository()
  • Method Details

    • searchStudents

      public org.springframework.data.domain.Page<SearchStudentResponse> searchStudents(String search, org.springframework.data.domain.Pageable pageable)
      학생 검색
      Parameters:
      search - 검색어
      pageable - 페이지 정보
      Returns:
      학생 목록