This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 206853 - autocomplete for JPA
Summary: autocomplete for JPA
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-02 22:35 UTC by muellermi
Modified: 2016-07-07 08:55 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2012-01-02 22:35:36 UTC
Product Version = NetBeans IDE 7.1 (Build 201112051121)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_02
Runtime = Java HotSpot(TM) 64-Bit Server VM 22.0-b10

using @NamedQuery (query = ""), there should be an autocomplete function, e.g "select [var] from <entityName>"
[var] gets focus, to be edited
<entityName> will be thename of the entity

using @NamedQuery (query = "select c from cutomer where c.")
now, after typing c., NB shall offer its properties

And I guess, after some brainstorming, there will be some additional enhancements for this requested feature ;-)
Comment 1 Martin Balin 2016-07-07 08:55:43 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss