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

Dmitry Geraskov (JIRA) noreply at atlassian.com
Tue Mar 30 07:12:33 EDT 2010


    [ http://opensource.atlassian.com/projects/hibernate/browse/HBX-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=36018#action_36018 ] 

Dmitry Geraskov commented on HBX-1156:
--------------------------------------

Please do the same in case of new issues, they will be considered faster in the case. Thanks.

> 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