[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-1173) Suggest table and column names in @Column(name=...) and @Table(name=...)

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Wed Apr 16 07:18:54 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBIDE-1173?page=comments#action_12409085 ] 
            
Max Rydahl Andersen commented on JBIDE-1173:
--------------------------------------------

first try: 

@Table(name="")
@Table(catalog="", schema="", name="")
@Table(schema="", name="")
completing between the qoutes:

catalog, table and schema completion still gives me column names!?

catalog also sometimes automatically completes to "null" ?!

@Column(name="") gives me table names!

@Column completion does not seem to be restricted in any way when a @Table or table attribute is set.

I hope this is just the wrong patch you have uploaded...this is not working correctly in any form.

> Suggest table and column names in @Column(name=...) and @Table(name=...)
> ------------------------------------------------------------------------
>
>                 Key: JBIDE-1173
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-1173
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Hibernate
>            Reporter: Gavin King
>         Assigned To: Max Rydahl Andersen
>            Priority: Optional
>             Fix For: 2.1
>
>         Attachments: JBIDE-1173_20080415.zip
>
>
> We have all the schema information right there.  Use it!

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

        



More information about the jbosstools-issues mailing list