Given a Vehicle class and a VehicleProperty class...
public class Vehicle
{
public virtual int Id { get; protected set; }
public virtual string Regis
I don't know FluentNHibernate to show you the code. I can tell you how it looks in XML.