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

Steve Ebersole (JIRA) noreply at atlassian.com
Wed Aug 12 10:44:15 EDT 2009


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