i'm using eclipse 3.1.0 and just installed hibernate tools 3.1.0 alpha5. i can create a configuration successfully and double clicking one of my entities returns a successful "select *" result, but i can't see the query editor, and it's not available from the window > show view > hibernate menu. i see only:
Hibernate Configurations
Hibernate Dynamic Query Translator
Hibernate Entity Model
Hibernate Query Result
at first i thought the dynamic query translator was the place to enter queries, but it won't accept input at all. the documentation assumes that this pane is visible and doesn't seem to address this situation.
what am i doing wrong here?
|