Skip to content

Commit 2668aba

Browse files
committed
Merge branch 'main' of github.com:essentialprogramming/micro-service-reference-project
2 parents dedd64b + 27e7903 commit 2668aba

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,24 @@ Visit `localhost:8080/apidoc` to see the endpoints.
6262

6363
[depgraph-maven-plugin](https://github.com/ferstl/depgraph-maven-plugin) :
6464
`mvn com.github.ferstl:depgraph-maven-plugin:3.3.0:graph -DrepeatTransitiveDependenciesInTextGraph -DshowVersions -DgraphFormat=text -DshowGroupIds -DshowConflicts -DshowDuplicates`
65+
66+
67+
### 🌀 JPA (Hibernate)
68+
- Native Queries
69+
- Defining and executing native queries
70+
- https://thorben-janssen.com/jpa-native-queries/#Createnbspad-hoc_native_queries
71+
- How to return DTOs from native queries
72+
- https://thorben-janssen.com/spring-data-jpa-dto-native-queries/
73+
74+
- Spring Data JPA
75+
- DTO projections : https://vladmihalcea.com/spring-jpa-dto-projection/
76+
77+
78+
- JOOQ
79+
- Window functions
80+
- https://blog.jooq.org/probably-the-coolest-sql-feature-window-functions/
81+
- https://blog.jooq.org/the-difference-between-row_number-rank-and-dense_rank/
82+
- TOP N Queries
83+
- https://blog.jooq.org/how-to-write-efficient-top-n-queries-in-sql/
84+
85+
- DTO projections : https://blog.jooq.org/the-second-best-way-to-fetch-a-spring-data-jpa-dto-projection/

0 commit comments

Comments
 (0)