Hibernate/NHibernate mapping file editor

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

    Why not use ActiveWriter to generate the mappings? You can always edit them afterwards. AW generates the model / mapping for both NHibernate and ActiveRecord. The editor runs WITHIN Visual Studio.NET and you can do drag-drop via server explorer.

提交回复
热议问题