Closed
Description
bpogson created an issue — 27th April 2017, 3:41:56:
If two mapped classes A and B are in a class hierarchy where B indirectly inherits from A and mappings are declared for A and B, but not for the classes between A and B, NHibernate doesn't find any members declared in the classes between A and B that are mapped in B.
Alexander Zaytsev added a comment — 27th April 2017, 3:43:44:
<~bpogson> can you please provide a test case? Better if it is in a form of Pull Request on Github
bpogson added a comment — 27th April 2017, 4:20:56:
<~hazzik>, I have written a unit test and Bill has created a fix for this, both are submitted under #609
Alexander Zaytsev added a comment — 27th April 2017, 4:28:15:
Cool, thanks. It seems that was too fast in that case