My twitter friend @hotgazpacho is having a nightmare with a legacy database, which has the following rule: “0 represents the absence of an entity without an actual row in the database” It is pretty interesting how many times I’ve seen this scenario on nhibernate forums. The first thing people do is to...
In a comment to my post on lazy loading versus eager loading which you can find here I have been asked whether NHibernate 2.0 can now eagerly load an aggregate where the root has more than one child collection. The answer is yes but ... Let's discuss it with a sample. Imagine having the following...
This is the third post in a series of articles where I want to analyze and describe the new upcoming mapping interface providing a fluent interface to NHibernate for the mapping of a domain model to the underlying database. A fluent interface to NHibernate A fluent interface to NHibernate - Part 2 -...