开发者

Using MyGeneration with Fluent NHibernate

开发者 https://www.devze.com 2022-12-11 04:01 出处:网络
I found a fantastic template for NHibernate code generation using MyGeneration here, http://vucetica.blogspot.com/2009/01/nhibernate-template-for-mygeneration.html

I found a fantastic template for NHibernate code generation using MyGeneration here,

http://vucetica.blogspot.com/2009/01/nhibernate-template-for-mygeneration.html

This creates XML mapping files with the extension hbm.xml.

I was wonder if anybody knows of templates which support fluent NHibernate which defines the mapping using C# files.

开发者_JS百科

Thanks


When you are using Fluent NHiberate you needn't hbm files, you can generate them based on your domain model and conventions

0

精彩评论

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