Apart from Fabio Maulo's few blog posts, are there any other sites with examples and/or documentation on the new NHibernate 3.2 mapping by code feature?
|
feedback
|
|
I'm already trying to fill that hole in mapping-by-code documentation and examples with the series of posts on my blog. I'm trying to see what is supported and to compare mapping-by-code possibilities with Fluent NHibernate. Here are the posts: | |||||
feedback
|
|
Check this post: http://moh-abed.com/2011/08/14/nhibernate-3-2-mapping-entities-and-value-objects-by-code/ | |||
|
feedback
|
|
There is also an example at http://kazimanzurrashid.com/posts/nhibernate-built-in-code-based-mapping-instead-of-using-fluent-nhibernate that I found useful to implement ManyToOne mappings, hopefully there will be some documentation soon! | |||
|
feedback
|
|
Here is detailed manual with good examples http://x-driven.blogspot.com/2011/12/nhibernate-mapping-by-code.html | |||
|
feedback
|
|
I've spent some time to compile the available information about the built-in auto-mapping feature of the NHibernate 3.2 for those who want to migrate their projects from fluent NHibernate mapping to the new mapping-by-code capability. You can download the source codes of this sample from here: NHibernate 3.2 Auto-Mapping Sample It shows how to:
| |||
|
feedback
|
|
No, there aren't (that I've seen at least) Remember this is an unreleased feature, only available in alphas so far (as of 25-Apr-2011) | |||
|
feedback
|
|
Take a look at the source code for Lesson 13 - NHibernate Mapping by Code. | |||
|
feedback
|