Fluent NHibernate: Example of a one-to-many relationship on an abstract class of a table-per-subclas
- by BigTommy79
Hi All,
I've been trying for ages to find an example (because I can't get it to work myself) of the correct mapping for a one-to-many relationship on an abstract class of a table-per-subclass implementation, in fluent nHibernate.
An example below: I'm looking to map the list of Fines on the Debt abstract base class to the Fine class.
if anyone…