Skip to content

Commit d9591ec

Browse files
Dto Via JDK14 Records And JdbcTemplate
1 parent e54c10a commit d9591ec

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,4 +1,4 @@
1-
**[DTO Via JDK14 Records, `JdbcTemplate` And `ResultSetExtractor`](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootDtoRecordJbcTemplate)**
1+
**[DTO Via JDK14 Records, `JdbcTemplate` And `ResultSetExtractor`](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootDtoRecordJbcTemplate)**
22

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

0 commit comments

Comments
 (0)