I am using the Table Per Subclass strategy to persist an inheritance heirarchy:
I am running into some confusion as to how to map the Debit class, which implements 2 interfaces. I may be overthinking it; I'm still learning NH.
Thanks for any input.
EDIT
What's confusing me is that the only properties that my concrete classes have, they are getting from those interfaces. This is why I think I will have to map the Interfaces along with the concrete classes.