History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-23135
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Alexey Kudravtsev
Reporter: Taras Tielkes
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Ctrl-Shift-F7 on entity property does not work for HQL injected in Java code

Created: 08 Nov 07 17:21   Updated: 09 Nov 07 17:21
Component/s: J2EE.Hibernate
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 7,531


 Description  « Hide
Apologies in advance for filing the tenth or so injection related Ctrl-Shift-F7 issue

Some Java code:

final String hql = "from Foo foo where foo.bar = :barId";
final Query query = session.createQuery(hql);
query.setInteger("barId", 123);

Ctrl-Shift-F7 on "bar" node of "foo.bar" expression does not highlight anything (however, it does work in .hbm.xml).
Above example is nonsensical of course. However, in large queries Ctrl-Shift-F7 on entity property can be quite useful.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.