NHibernate Part 4: Mapping techniques for aggregation – One-To-Many mapping

Updated code available for NHibernate 2.0.1.GA here.
The toolingset used is Visual Studio 2008 and Sql Server 2008

Well, here it is: Part 4 in my experimentation series on NHibernate.

In this post I will continue with mapping strategies for aggregation and discuss the following form of aggregation:

  • one-to-many: an object uses a collection of objects of another type

But first I would like to eplain to you some more semantics on collections.

Continue reading