Skip to content

Commit 0b69ae6

Browse files
Dto Via JDK14 Records And JdbcTemplate
1 parent ccc5818 commit 0b69ae6

File tree

1 file changed

+1
-1
lines changed
  • HibernateSpringBootDtoRecordJbcTemplate

1 file changed

+1
-1
lines changed

HibernateSpringBootDtoRecordJbcTemplate/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
**[DTO Via JDK14 Records, `JdbcTemplate` And `ResultSetExtractor`](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootDtoRecordJbcTemplate)**
2-
2+
33
**Description:** Fetching more data than needed is prone to performance penalities. Using DTO allows us to extract only the needed data. In this application we rely on JDK14 Records feature, `JdbcTemplate` and `ResultSetExtractor`.
44

55
From Openjdk JEP359:

0 commit comments

Comments
 (0)