Pagination with JPA and Hibernate

Поделиться
HTML-код
  • Опубликовано: 19 окт 2024

Комментарии • 6

  • @michaelmichael5617
    @michaelmichael5617 3 года назад +2

    Hello, it’s really interesting of course. However the pagination is for an iteration with FrontEnd definitely. It will be really useful to cover Spring Data interfaces (like JpaRepository, PagingAndSortingRepository and etc.) usage as well.
    Thomas, could you please find time for covering an interaction of the Spring's interfaces with Hibernate?

  • @zakariabenhirt3181
    @zakariabenhirt3181 3 года назад

    Thanks, Mr Janssen for the great content

  • @artemboiarshinov
    @artemboiarshinov 3 года назад

    And if you are working with Spring Data you can use Pageable interface which incapsulates page size (limit), number of page and offset. Also it supports different types of sorting

  • @basavaraj2065
    @basavaraj2065 3 года назад

    Could you please create separate videos on all types of object mappings? Its hard to find mapping videos in your current playlist which has too many videos.. Thanks in advance.. Plz plz create separate in depth videos on mappings.

  • @joaogabrielfjob
    @joaogabrielfjob 3 года назад

    You don't show how to implement limit and offset dynamically. What you show is how to get five items at a time, not pagination.