Fluent NHibernate: Auto Mapping Entity Conventions
Notice: The content in this post is out of date, please refer to the Auto Mapping page in the Fluent NHibernate Wiki for the latest version.
This post should be short and sweet. We want to alter our has many relationship from Shelf
to Product
so that it has a cascade set on it. We don’t want this to affect all one-to-many’s in our domain, so we need to do this alteration only on the Shelf
entity rather than with an ITypeConvention
.