Hibernate/NHibernate mapping file editor

前端 未结 7 2074
我在风中等你
我在风中等你 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:02

    I don't believe there is an editor for Hibernate/NHibernate mapping files that has context-sensitive help. If you are a .NET developer (using NHibernate and Visual Studio .NET) you can edit the mappings with IntelliSense by registering a schema document: see Using NHibernate with Visual Studio .NET for instructions.

    Another option to consider is using the NHibernate's Fluent API. This replaces mapping files with strongly-typed C# code.

提交回复
热议问题