|
|
|
[
Permlink
| « Hide
]
Taras Tielkes - 14 Aug 07 20:27
Same for 'Ctrl-Click' on an entity alias.
Cannot reproduce it here. Could you please post an example?
Alexey, I still see the problem in #7361. Let me know if description below is enough to reproduce.
A module with a Hibernate facet contains Java code like this: Query q3 = session.createQuery("from User user order by user.firstName asc, user.lastName desc");
Invoking "Open HQL console" intention shows HQL console with query text: from User user order by user.firstName asc, user.lastName desc Now, invoke Ctrl-Shift-F7 on first "user" token. Actual behavior:
Tested with IDEA 7.0. "HQL Console" allows execution of HQL queries.
It's:
However, it's a first version Console is also accessible via context menu on Session Factory nodes in Java EE structure view
|
|||||||||||||||||||||||||||||||||||||||||||||||||