fluent-nhibernate
fluent-nhibernate copied to clipboard
Properly allow stored procedure in subclass mappings
sql-delete / sql-update / sql-insert specified at the top level of a class hierarchy only applies to the top level class. It's currently not possible to apply stored procedures to subclasses, which is a valid NH mapping.
This PR allows subclass stored procs.
@jeff-hagen thanks for contribution. Can you please add some tests?