Question: I have the following use case: Object is an Aggregate Root and Tag a Value Object. Both are stored in 2 different tables: I’m trying to create the ClassMap using FluentNhibernate, which works well for object but I couldn’t ...

Question: I have an aggregate called Survey – you can create a Survey, send a Survey and respond to a Survey. I also have an aggregate called Person. They can receive a Survey and respond to a Survey. This aggregate ...