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 Less than “Few” is GoF I show how have a single implementation for the whole domain entities using Tuplizers . In this post I will show another NH2.1 feature : EntityMode .Map Suppose you want prototype the persistence of your application; you don’t want write any entity-interface...