Using views and stored procedures with Spring Data JPA

preview_player
Показать описание
In this video, we discuss using views and procedures with Spring Data JPA.

Рекомендации по теме
Комментарии
Автор

Any way to return multiple and different record sets from a MySQL Store procedure into Java. return OrderHeader, and all OrderDetails in one roundtrip to the DB ?

Joe_Brig
Автор

what would happen if you would try to use the view repository to insert something? I assume maybe some kind of a database exception?

acronis
Автор

How i can create Stored Functions in Spring Boot?

nilolima
Автор

Can’t we write Procedure sql query in resource dir then execute it during startup of an application?

siyu
Автор

Hi, It was cool to get the store procedure result to a Java variable. I want to know How to code if I have multiple Store Procedure out parameters and map it into POJO or MAP.

Vishva
Автор

Thank you, it was very clear. How could I map a nested entity in a view?

MishaMinion
Автор

Pls make videos on logger & internationalization in spring boot.

vickychauhan