• JPA는 페이징을 다음 두 API로 추상화

  • setFirstResult - offset

  • setMaxResults - limit

  • DB 방언 별로 쿼리를 만들어 준다.