Getting started with NHibernate 3.2 Loquacious API

后端 未结 2 1874
梦毁少年i
梦毁少年i 2020-12-12 14:11

I\'m starting a new project and I want to use NHibernate 3.2. I know that it can now do something similar to FluentNHibernate and I want to give it a try.

But I am h

相关标签:
2条回答
  • 2020-12-12 14:40

    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:

    1. First impressions
    2. Naming convention resembling Fluent
    3. Property
    4. Component
    5. ManyToOne
    6. inheritance
    7. dynamic component
    8. Set and Bag
    9. OneToMany and other collection-based relation types
    10. concurrency
    11. OneToOne
    12. Join
    13. Any
    14. List, Array, IdBag
    15. Map
    16. Id, NaturalId
    17. composite identifiers
    18. entity-level mappings
    19. the summary
    0 讨论(0)
  • 2020-12-12 14:42

    I created a video for just this and posted it on youtube, you can find the link to it here, see Lesson 13. You can also download the source code here. I hope they provide the information you are searching for.

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