Skip to content

Commit 0067330

Browse files
Spring dynamic projection (DTO class)
1 parent 0165aea commit 0067330

File tree

1 file changed

+2
-2
lines changed
  • HibernateSpringBootDynamicProjectionClass

1 file changed

+2
-2
lines changed

HibernateSpringBootDynamicProjectionClass/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
**[Dynamic Spring projection](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootDynamicProjection)**
1+
**[Dynamic Spring projection (DTO class)](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootDynamicProjectionClass)**
22

3-
**Description:** This application is a sample of using dynamic Spring projections.
3+
**Description:** This application is a sample of using dynamic Spring projections via DTO classes.
44

55
**Key points:**
66
- declare query-methods in a generic manner (e.g., `<T> List<T> findByGenre(String genre, Class<T> type);`)

0 commit comments

Comments
 (0)