The main problem is that the criteriaBuilder (JPA2) has no generic approach for
criteriaBuilder.function("functionName", Return.class, Expression ....)
A solution would be to fall back to a generic function call, which should be possible because all informations are available at this point
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
The main problem is that the criteriaBuilder (JPA2) has no generic approach for
criteriaBuilder.function("functionName", Return.class, Expression ....)
A solution would be to fall back to a generic function call, which should be possible because all informations are available at this point