Это видео недоступно.
Сожалеем об этом.

Ultimate Guide: Derived Queries with Spring Data JPA

Поделиться
HTML-код
  • Опубликовано: 30 июл 2024
  • Today, I am here with the ultimate guide for using derived queries with Spring Data JPA. We will start with a simple query and extend it until you know all the features you need to use derived queries in your project.
    If you like this video, please give me your thumbs up and share it with your friends and co-workers.
    Like my channel? Subscribe!
    ➜ bit.ly/2cUsid8
    Join the free Member Library:
    goo.gl/dtyIIC
    Read the accompanying post: thoughts-on-java.org/ultimate...
    Want to connect with me?
    Blog: www.thoughts-on-java.org/
    Twitter: / thjanssen123
    Facebook: / thoughtsonjava
    #Spring #JPA #Java

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

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

    The findFirst5ByTitleAsc method at 7:38 does not seem to check for titles containing "Hibernate" but for titles equal to it.
    This can be seen in the SQL logs displayed a few seconds later: book0_.title = ?

  • @ginoallisonrasoanaivo4484
    @ginoallisonrasoanaivo4484 Год назад

    Hi , is it possible to make condition using greather or less than in derived query method ?

  • @nishantbahri
    @nishantbahri 4 года назад

    How to use query method returning stream?