Skip to content

Commit bed7bad

Browse files
Update README.md
1 parent e392ab8 commit bed7bad

File tree

1 file changed

+1
-1
lines changed
  • HibernateSpringBootDtoResultTransformer

1 file changed

+1
-1
lines changed

HibernateSpringBootDtoResultTransformer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**[DTOs via ResultTransformer](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootDtoResultTransformer)**
1+
**[DTOs via ResultTransformer and Native SQL](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootDtoResultTransformer)**
22

33
**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 Hibernate, `ResultTransformer`.
44

0 commit comments

Comments
 (0)