[hibernate-issues] [Hibernate-JIRA] Created: (JPA-13) JPA Query Language

David Martinez (JIRA) noreply at atlassian.com
Wed Mar 2 22:42:08 EST 2011


JPA Query Language
------------------

                 Key: JPA-13
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/JPA-13
             Project: Java Persistence API
          Issue Type: Bug
         Environment: Hibernate 3.3.2 MySQL 
            Reporter: David Martinez


Hi!

I don't know if the new versions of Hibernate allows variations of JPA Query Language

for example:

select new jpa2.Entity5(e5.id,e5.name), new jpa2.Entity6(e6.id,e6.name) 
       from Entity5 e5, Entity6 e6

indicated in the JPA 2.0 specification : JSR 317

Thank you very much!

-- 
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