JPA2 Query allow map key/value path as argument of scalar functions
-------------------------------------------------------------------
Key: OPENJPA-1035
URL: https://issues.apache.org/jira/browse/OPENJPA-1035
Project: OpenJPA
Issue Type: Sub-task
Components: query
Affects Versions: 2.0.0
Reporter: Catalina Wei
JPA2 query syntax allows path that navigate thru map key or value to appear as
argument to scalar functions.
Examples:
select CONCAT(KEY(p).name, 'xyz') from Employee e,
in (e.phones) p WHERE SUBSTRING(KEY(p).name, 2) like '%2'
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.