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

https://github.com/cepr0/native-query-sorting-demo

Example of dynamic sorting with Spring Data JPA and native query
https://github.com/cepr0/native-query-sorting-demo

native-query sorting spring-data-jpa

Last synced: over 1 year ago
JSON representation

Example of dynamic sorting with Spring Data JPA and native query

Awesome Lists containing this project

README

          

Example of dynamic sorting with Spring Data JPA and native query.

Related to [this](https://stackoverflow.com/a/51957325) SO answer.