Pagination and Sorting | Spring Data JPA | Spring Boot | Dev2Prod Coding

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ธ.ค. 2024

ความคิดเห็น • 25

  • @amitsahoo6389
    @amitsahoo6389 2 หลายเดือนก่อน

    Best Ever Explanation😍

  • @kirkobangs3017
    @kirkobangs3017 4 หลายเดือนก่อน

    Thank you very much, explanation is very useful

  • @ronajpradhan
    @ronajpradhan 11 หลายเดือนก่อน

    Can we use ASC and DESC from request URL to conditionally sort the employees into ascending and descending order through this process?

  • @GauravKumar-dy5ch
    @GauravKumar-dy5ch 2 ปีที่แล้ว +1

    Very Nyc explanation bro

  • @ravikumar-l8l4u
    @ravikumar-l8l4u ปีที่แล้ว +1

    same doubt how to add Sort.Direction.ASC properties :"name" at pagination sorting by name

    • @dev2prodcoding
      @dev2prodcoding  ปีที่แล้ว

      You can ignore ...properties: as this is intellij helper annotations.
      Sort sort = Sort.by(Sort.Direction.ASC,"name");

  • @jskr456
    @jskr456 6 หลายเดือนก่อน

    good explanation

  • @vijaykorke8837
    @vijaykorke8837 19 วันที่ผ่านมา

    how cool it is. wow

  • @edwinquevedo3958
    @edwinquevedo3958 ปีที่แล้ว +1

    Thank you bro!

  • @SATHEESHKUMAR-pm1nq
    @SATHEESHKUMAR-pm1nq 3 ปีที่แล้ว +1

    Superb Brother executed but one doubt How to handle (... property:"name")

    • @slowbrain8869
      @slowbrain8869 3 ปีที่แล้ว +1

      Game me error here too, but property is just the intellij helper annotations. Ignore it , just write "name" after the ASC,

  • @jaganathanmurthy6861
    @jaganathanmurthy6861 ปีที่แล้ว +1

    Its cool

  • @naveenpambala2687
    @naveenpambala2687 ปีที่แล้ว +1

    tq bhai

  • @parttime-teach
    @parttime-teach 3 ปีที่แล้ว +1

    Great

  • @parttime-teach
    @parttime-teach 3 ปีที่แล้ว +1

    Cool

  • @4DS-y4q
    @4DS-y4q 2 ปีที่แล้ว

    Where the records you inserted

    • @dev2prodcoding
      @dev2prodcoding  2 ปีที่แล้ว

      Bro, can you elaborate on what you looking for?

  • @journalram8752
    @journalram8752 ปีที่แล้ว

    thanks