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

Поділитися
Вставка
  • Опубліковано 2 жов 2024
  • n this video, let us learn to call a stored procedure from a spring boot application
    The code for this application is in the below github link
    github.com/Shr...
    This video is about calling a stored procedure from a spring boot application
    in four different ways. Using @Procedure annotation and @Query annotation
    Spring boot tutorial exclusive for beginners who want to learn spring from scratch. This course gives an in-depth coverage of Spring IOC, Sping MVC and Spring Boot. This Spring boot tutorial series explain how to create enterprise and web application using Spring Boot and also cover how to integrate ORM frameworks with Spring for database applications.
    For Spring boot live Online training, please write back to us at contact@shristitechlabs.com
    Get the Spring boot full course with UNLIMITED trainer support -bit.ly/2ybYQfq
    Subscribe to our channel for more videos - bit.ly/2VG2WnQ
    To learn more about our courses, Connect
    Courses - courses.shrist...
    Blogs - www.shristitec...
    Facebook - / shristitecha. .
    Instagram - instagram/shristi_techacademy
    #springframeworkforbeginners
    #shristitechacademy
    #springonlinetraining
    #spring-data-jpa
    #storedprocedure

КОМЕНТАРІ • 16

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

    What if stored procedure has multiple output parameters?

  • @sundarmanyapu5180
    @sundarmanyapu5180 19 днів тому +1

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

  • @Mr.Anonymous_-mc8wb
    @Mr.Anonymous_-mc8wb 11 днів тому +1

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

  • @Bharathidhasan-m
    @Bharathidhasan-m 13 днів тому +1

    clearly explained

  • @JohnBrosan
    @JohnBrosan 5 місяців тому +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.

  • @shaikmdraffi88
    @shaikmdraffi88 4 місяці тому +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.

  • @hrishikeshkalekinge5825
    @hrishikeshkalekinge5825 6 місяців тому +1

    i was looking for these only...thank you

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

    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 2 місяці тому

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

    • @ShristiTechAcademy
      @ShristiTechAcademy  Місяць тому

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

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

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

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

    Informative video . Thank you