An open API service indexing awesome lists of open source software.

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.

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.