[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-4081) Support for JPA 2.0 "qualified identification variables" (KEY, VALUE and ENTRY)

Steve Ebersole (JIRA) noreply at atlassian.com
Thu Aug 13 15:34:15 EDT 2009


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole closed HHH-4081.
-------------------------------

    Resolution: Fixed

> Support for JPA 2.0 "qualified identification variables" (KEY, VALUE and ENTRY)
> -------------------------------------------------------------------------------
>
>                 Key: HHH-4081
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4081
>             Project: Hibernate Core
>          Issue Type: New Feature
>          Components: query-hql
>            Reporter: Steve Ebersole
>            Assignee: Steve Ebersole
>             Fix For: 3.5
>
>
> JPA 2.0 QL defines new expressions for dealing with associations of type Map:
> KEY(a.someMap)        -> refers to the key of the someMap attribute
> VALUE(a.someMap)   -> refers to the value of the someMap attribute
> ENTRY(a.someMap)  -> refers to the Map.Entry entries of the someMap attribute

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list