Spring Data JPA - How to call a stored procedure from a spring boot application?

Поділитися
Вставка
  • Опубліковано 11 гру 2024

КОМЕНТАРІ • 18

  • @sundarmanyapu5180
    @sundarmanyapu5180 3 місяці тому +1

    This is a helpful quick reference. Appreciate it. Encourage to make extensions on top of this. Thanks again.

  • @JohnBrosan
    @JohnBrosan 7 місяців тому +2

    I had a MySQL stored procedure that had a transaction. Spring kept giving me errors regarding Transaction errors. Being pretty new to Spring, I was struggling with calling the stored procedure. The solution was to use the @Query annotation. This video was really helpful. Thank you.

  • @hrishikesh-k9
    @hrishikesh-k9 9 місяців тому +1

    i was looking for these only...thank you

  • @AdityaKumar-ym3fy
    @AdityaKumar-ym3fy Місяць тому +1

    wow! what an explanation

  • @Bharathidhasan-m
    @Bharathidhasan-m 2 місяці тому +1

    clearly explained

  • @raghavanaliassaravananm1546
    @raghavanaliassaravananm1546 9 місяців тому +1

    Informative video . Thank you

  • @Mr.Anonymous_-mc8wb
    @Mr.Anonymous_-mc8wb 2 місяці тому +1

    Mam your video is very useful for me thank you mam 🙂👍 and could you create another video regarding trigger do in springboot please?

  • @shaikmdraffi88
    @shaikmdraffi88 7 місяців тому +1

    Hi,Please share a video which tells us that how to display the value of the out parameter value of a stored procedure in the webpage by using spring boot and thymeleaf.

  • @alesek
    @alesek 4 місяці тому +1

    What if stored procedure has multiple output parameters?

  • @ankushkamble911
    @ankushkamble911 6 місяців тому

    Hi, can you please tell how to map data to DTO while calling stored procedures , and can we keep optional filters in procedure same like query..?

  • @2RAJ21
    @2RAJ21 4 місяці тому

    Thank you
    Why you are not using lombok? for reduce boiler plate code.

    • @ShristiTechAcademy
      @ShristiTechAcademy  4 місяці тому

      Lombok with eclipse is a mess. It has crashed eclipse many times. If you are using I intellij then it is fine

    • @2RAJ21
      @2RAJ21 4 місяці тому

      @@ShristiTechAcademy I ran lambok jar after Lombok annotations are working in my eclipse.