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
- Host: GitHub
- URL: https://github.com/cepr0/native-query-sorting-demo
- Owner: Cepr0
- Created: 2018-08-22T23:08:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T21:39:30.000Z (almost 8 years ago)
- Last Synced: 2025-01-17T22:09:22.119Z (over 1 year ago)
- Topics: native-query, sorting, spring-data-jpa
- Language: Java
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.