expose all the "standard" HQL functions via the criteria API #5579
Replies: 2 comments 1 reply
-
Yes, we need to do that. Also see https://hibernate.atlassian.net/browse/HHH-15654 |
Beta Was this translation helpful? Give feedback.
1 reply
-
The rest will be handled as part of https://hibernate.atlassian.net/browse/HHH-15868 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've already got two different requests for the
sql()
function in criteria queries, but really we need to make sure that all the standard functions are callable in criteria.And also review the APIs to see that we're not missing all sorts of other new features of HQL (window functions, etc.)
Beta Was this translation helpful? Give feedback.
All reactions