Hibern8IDEDraft for a tool in progress called Hibern8IDE. Now available through the HibernateExt CVS repository. See http://www.xam.dk/hibern8ide for the 0.9 release.
The idea/goalHave an interactive (read: gui) query tool for HQL. This tool should be used to learn HQL, explore the possibilities of HQL and just a general "cooleness" factor of having a powerful gui to explore your data in the same language that you program in ;)
Wanted features
- Run directly from a .hbm.xml/.properties file so no extra configuration should be needed, besides making drivers and other classes available via CLASSPATH. (DONE)
- Enter HQL in textarea and show the result in a table. (DONE)
- Be able to "investigate" the resulting objects. (DONE)
- Explicitly to be able to see how big a subgraph is fetched. (IN PROGRESS)
- If possible show the sql generated for the HQL query (which might be more than one SQL statement)
- Show the details of the configuration (e.g. classes available, their id's, properties, collections etc.) (DONE)
- Be able to see a graph of the class relationships (DONE)
- Be able to use Criteria API (DONE - via beanshell)
- Be able to update/save/delete objects (DONE - via beanshell)
- ...(put in your wishes here ;)
|