Spring Boot tutorials | Spring Data JPA - Projections using Spring Data JPA with DTO as interfaces

preview_player
Показать описание
In this video, let us learn to perform projections with the database using spring boot jpa.
This video is about projections with spring data jpa using DTO as interfaces

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.

To learn more about our courses, Connect
#shristitechacademy
#springonlinetraining
#spring-data-jpa
#projections using spring-data-jpa
Рекомендации по теме
Комментарии
Автор

Nice explanation ....thanks for uploading

tanveersyed
Автор

Can we use interface DTO in case of getting specific columns from two tables by using @Query and JPQL query with inner join, because in Interface approach we only use getter methods but in JPQL we need to specify the fields which we want to retrieve and also if we use only getter methods how spring indentifies from which entity it should map fields of interface

MrRahulasani