You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HibernateSpringBootDtoConstructor/README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,10 @@
3
3
**Description:** Fetching more data than needed is prone to performance penalities. Using DTOs allows us to extract only the needed data. In this application we rely on Constructor Expression and JPQL.
4
4
5
5
**Key points:**\
6
-
- write a proper constructor in the DTO class
6
+
- write a proper constructor in the DTO class\
7
7
- for using Spring Data Projections check this [recipe](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootDtoViaProjections)
8
8
9
+
**See also:**\
10
+
[Dto Via Constructor Expression and JPQL](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootDtoConstructorExpression)
0 commit comments