[hibernate-issues] [Hibernate-JIRA] Created: (HBX-1156) HQLEditor does not show superclass properties in code completion

Andreas Brieg (JIRA) noreply at atlassian.com
Thu Dec 10 09:41:08 EST 2009


HQLEditor does not show superclass properties in code completion
----------------------------------------------------------------

                 Key: HBX-1156
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-1156
             Project: Hibernate Tools
          Issue Type: Bug
          Components: eclipse, visualizations
         Environment: Hibernate 3.3.2 GA, Eclipse Gallileo, Hibernate Tools 3.3.0
            Reporter: Andreas Brieg
            Priority: Minor


Suppose you have two persistent classes A and B, which is a subclass of A. Class A has property x and B has property y. The HQLEditor does only show property y in code completion, when writing the following query:
{code}
select b.x, b.y
from B
{code}

However the query will be sucessfully executed.

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