Skip to content

Commit e44f967

Browse files
committed
Make JpaSort.unsafe operational.
We have offered this method as a way for people to customize an ORDER BY clause beyond a simple property name. For example, someone could use "LENGTH(firstname)" as a function to order by the length of each row's lastname instead of ordering by the lastname itself. By using the relevant parser and applying a different visitor, this commit make operational a feature that shows little evidence of ever having worked. See #3172.
1 parent 26533a1 commit e44f967

File tree

4 files changed

+876
-2
lines changed

4 files changed

+876
-2
lines changed

0 commit comments

Comments
 (0)