Hibernate/NHibernate mapping file editor

前端 未结 7 2010
我在风中等你
我在风中等你 2021-01-13 10:53

I\'m looking for an editor that has the help from

http://www.hibernate.org/hib_docs/nhibernate/html/mapping.html

built in, and allows simple editing of the

7条回答
  •  悲哀的现实
    2021-01-13 11:01

    Probably worth taking a look at the NHibernate Query Analyzer by Oren Eini. Primarily used to analyze HQL queries it also has a fairly useful HBM editor:

    NHibernate Query Analyzer Screenshot http://img6.imageshack.us/img6/5617/nhqa.gif

    Old Project Page (with flash demo): http://ayende.com/projects/nhibernate-query-analyzer.aspx

    New Project Page: http://www.assembla.com/wiki/show/NHibernateQueryAnalyzer

    This will allow editing for HBM files and will show all of the available attributes for each mapping node.

    Given that you can download the source code it wouldn't be that trivial to add the inline help.

提交回复
热议问题