Skip to content

Commit

Permalink
Add visitor to build an order expression from a JPQL order specificat…
Browse files Browse the repository at this point in the history
…ion.

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: #3187
  • Loading branch information
gregturn authored and mp911de committed Jan 28, 2025
1 parent 2d40521 commit 5fe789e
Show file tree
Hide file tree
Showing 2 changed files with 981 additions and 0 deletions.
Loading

0 comments on commit 5fe789e

Please sign in to comment.