Skip to content

Commit ccc5818

Browse files
committed
2 parents 632b875 + d9591ec commit ccc5818

File tree

1 file changed

+1
-1
lines changed
  • HibernateSpringBootDtoRecordJbcTemplate

1 file changed

+1
-1
lines changed

Diff for: 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)