We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752f3a3 commit c73dcd0Copy full SHA for c73dcd0
README.md
@@ -66,8 +66,10 @@ Visit `localhost:8080/apidoc` to see the endpoints.
66
67
### 🌀 JPA (Hibernate)
68
- Native Queries
69
- - Defining and executing native queries : https://thorben-janssen.com/jpa-native-queries/#Createnbspad-hoc_native_queries
70
- - How to return DTOs from native queries : https://thorben-janssen.com/spring-data-jpa-dto-native-queries/
+ - Defining and executing native queries
+ - 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/
0 commit comments