File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments