Spring Data JPA Query By Example: Write 10x Less Code for Dynamic Searches

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

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

  • @testChannel-gn1jm
    @testChannel-gn1jm 6 วันที่ผ่านมา

    Hi Dan
    Love you videos , i keep watching various new and old ones from time to time.
    Can you make a video about Liquibase and/or Flyway, how they are used, what problem they solve, implementation etc
    Thanks

  • @alibaba40thvs
    @alibaba40thvs 13 วันที่ผ่านมา +3

    It's really cool. It's simpler than CriteriaAPI but I think Specifications are powerful and it is simpler.

  • @anjanx44
    @anjanx44 4 วันที่ผ่านมา

    very informative and helpful

  • @ghostcoderz
    @ghostcoderz 13 วันที่ผ่านมา +1

    Great video. Really like your content. Always sharing something new and happy to find that Spring Boot is enhancing with such great stuffs ❤

  • @Jvnyor
    @Jvnyor 12 วันที่ผ่านมา

    Thanks a lot for this content! It's the first time I've seen this feature in use!

  • @korponaiz
    @korponaiz 11 วันที่ผ่านมา

    Thanks Dan, I tried it and it's brillant.

  • @isasubani
    @isasubani 13 วันที่ผ่านมา

    Thanks, Dan. I will try that feature later.

  • @SergeyKhaylov
    @SergeyKhaylov 13 วันที่ผ่านมา

    Thank you very much. Very useful video. Just what i need for the current task

  • @shshlomy
    @shshlomy 10 วันที่ผ่านมา +1

    great video, one question: why dont you use lombok annotations for all the boilerplate code?

    • @DanVega
      @DanVega  10 วันที่ผ่านมา

      Lombok is a great project and needed for awhile. I just don't think you need to use it any longer. There are ways to cut down on boiler plate (records) and your IDE can do a lot of the heavy lifting now.
      www.danvega.dev/blog/no-lombok

  • @vishrutagrawal6770
    @vishrutagrawal6770 13 วันที่ผ่านมา +1

    Very insightful, thank you!

  • @elhadjibrahimabalde1234
    @elhadjibrahimabalde1234 7 วันที่ผ่านมา

    veri nice and easier that the query dsl

  • @alessandrodestefano3823
    @alessandrodestefano3823 3 วันที่ผ่านมา

    In 2024, do you suggest using Spring Data JPA or Spring Data JDBC? And what if I choose not to use Spring Data at all? What are my options?

  • @ayuobmousa6589
    @ayuobmousa6589 7 วันที่ผ่านมา

    Thanks al lot thats helps

  • @nizamibudagov5832
    @nizamibudagov5832 12 วันที่ผ่านมา

    Thank you)

  • @tonydeveloperdndndn
    @tonydeveloperdndndn 12 วันที่ผ่านมา

    Thanks.

  • @bizoitz86
    @bizoitz86 12 วันที่ผ่านมา +2

    Doesn’t JpaRepository extend QueryByExampleExecutor?

  • @omotosoiyanu1767
    @omotosoiyanu1767 12 วันที่ผ่านมา

    Instead of passing an employee object in the controller or service class can I create a dto and just pass that instead and still be able to retrieve the employee class also

  • @pavancb5806
    @pavancb5806 13 วันที่ผ่านมา +1

    What is the theme name you are using ?

  • @cutechinmoy
    @cutechinmoy 13 วันที่ผ่านมา +2

    would have been better if you would have compared Specification with QBE.use case of each

  • @mertbahadir10
    @mertbahadir10 4 วันที่ผ่านมา

    feels like graphql flexibility.

  • @Ovid-x9h
    @Ovid-x9h 13 วันที่ผ่านมา +3

    Why no lombok?

    • @DanVega
      @DanVega  13 วันที่ผ่านมา +5

      @@Ovid-x9h I just don’t see the need for it 🤷‍♂️