3 Call MySQL Stored Procedures | Spring Data JPA

preview_player
Показать описание
This video explains in detail about calling mysql stored procedures from spring data jpa repository. It talks in detail about using @Procedure, @Query, @NamedStoredProcedureQuery that are there in spring for invoking stored procedures
Рекомендации по теме
Комментарии
Автор

Hi Satya, Thanks for the video. Came across your video during a search.

saikranthi
Автор

Can you please add an example to call Stored procedure with SYS_REFCURSOR in Spring JPA? These Videos are very helpful

swethasrih
Автор

Hey there, glad to meet again.
I am working my way around sql language and still have one major enquiry.
Is there a command to test an SQL query without executing it?
I wish that i would play with my code and to return results without altering my physical data in the server.
Thanks a lot for taking care of this.

hasanmougharbel
Автор

if i need to call a procedure of a database, do i need to make entities of every table that the procedure uses?

pratikjha
Автор

I'm getting multiple result set from store procedure. How i can hadle multiple results set in java code level please help me.

DurgeshKumar-ijhb
Автор

I am geeting Not a nvaigable ResultSet exception. any advice?

AkshayDubey-fjzj
Автор

How i can create Stored Functions in Spring Boot?

nilolima
Автор

How to write sys_refcursor in out parameter

naveenteja
Автор

Can u send source code of stored procedures

naveennaidu
Автор

Hello Sir could please provide code(GIT hub URL) and database ?

rahulrathod
Автор

Can you give the complete code for reference..

harshalgaidhane