https://github.com/cepr0/sb-complex-dto-from-db-so
An example of how to transform result of joined query with Spring Data JPA.
https://github.com/cepr0/sb-complex-dto-from-db-so
hql jpql spring-data-jpa sql
Last synced: about 1 year ago
JSON representation
An example of how to transform result of joined query with Spring Data JPA.
- Host: GitHub
- URL: https://github.com/cepr0/sb-complex-dto-from-db-so
- Owner: Cepr0
- Created: 2020-01-21T15:14:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T15:15:04.000Z (over 6 years ago)
- Last Synced: 2025-03-11T07:19:08.259Z (over 1 year ago)
- Topics: hql, jpql, spring-data-jpa, sql
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
An example of how to transform result of joined query with Spring Data JPA.
This demo is related to [this](https://stackoverflow.com/a/59844015/5380322) StackOverflow answer.