Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add visitor to build an order expression from a JPQL order specificat…
…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