Commit 5fe789e
Add visitor to build an order expression from a JPQL order specification.
We now parse JpaSort.unsafe(…) expressions using our Query Parser and translate the parsed tree into a CriteriaQuery Expression except for CAST, TREAT and subqueries.
Closes #3172
Original pull request: #31871 parent 2d40521 commit 5fe789e
File tree
2 files changed
+981
-0
lines changed- spring-data-jpa/src
- main/java/org/springframework/data/jpa/repository/query
- test/java/org/springframework/data/jpa/repository/query
2 files changed
+981
-0
lines changed
0 commit comments