Class Map Generator for Fluent NHibernate

前端 未结 4 1073
天命终不由人
天命终不由人 2021-01-31 17:28

Is there a Class Map generator for Fluent NHibernate? I need something like db2hbm but I want it to generate Fluent Class Maps instead of xml mappings.

I am aware of Au

相关标签:
4条回答
  • 2021-01-31 17:40

    You can do this with Visual NHibernate. Check the Fluent Nhibernate option on the Options screen to create FNH mapping code.

    0 讨论(0)
  • 2021-01-31 17:40

    LLBLGen Pro is a great tool that can do this and much more. It´s not free, but it´s worth every cent.

    0 讨论(0)
  • 2021-01-31 17:42

    You can do this with NHibernate Mapping Generator.

    0 讨论(0)
  • 2021-01-31 18:01

    This is the closest thing I've come across (T4 Templates example to generate Fluent NH mappings): http://www.pnpguidance.net/Post/SampleFluentNHibernateT4TemplatesCodeGenerationLINQToSQL.aspx

    0 讨论(0)
提交回复
热议问题