开发者

NHibernate console

开发者 https://www.devze.com 2023-02-03 12:31 出处:网络
Looking for any kind of console where I could try my NHibernate HQL queries before encorporating them into my application. Something like MySql Workbench would be extremely nice to have: all I need is

Looking for any kind of console where I could try my NHibernate HQL queries before encorporating them into my application. Something like MySql Workbench would be extremely nice to have: all I need is to type in a query and to receive the result back.

If possible, please list freeware 开发者_JAVA技巧tools first.

thanks


You might be interested in these projects:

  • NHibernate Workbench
  • HQL Language Service for Visual Studio
  • NHibernate web console


It's been a while since I last used it, but I believe the NHibernate Query Analyzer can do that, at least partly. YMMV.


A dedicated tool would be nice but you don't really need it. You can test your queries using unit tests and NHProfiler. If you work on a team, you can share your tests so others will learn on it too.

0

精彩评论

暂无评论...
验证码 换一张
取 消