[fluent-nhib] Re: Multiple subclasses: No persister for:

2016-02-27 Thread Michael
On February 27, 2016 9:23:10 PM EST, Michael Powell wrote: >On Sat, Feb 27, 2016 at 6:33 PM, Michael Powell >wrote: >> On Sat, Feb 27, 2016 at 6:28 PM, Michael Powell > wrote: >>> Hello, >>> >>> I have a situation something

[fluent-nhib] Re: Multiple subclasses: No persister for:

2016-02-27 Thread Michael Powell
On Sat, Feb 27, 2016 at 6:33 PM, Michael Powell wrote: > On Sat, Feb 27, 2016 at 6:28 PM, Michael Powell wrote: >> Hello, >> >> I have a situation something like this: Well, I figured out one part of what was going one. I had recently refactored one

[fluent-nhib] Re: Multiple subclasses: No persister for:

2016-02-27 Thread Michael Powell
On Sat, Feb 27, 2016 at 6:28 PM, Michael Powell wrote: > Hello, > > I have a situation something like this: > > // Yes, A is abstract > abstract class A {} > > // B is not abstract, could inquire about B's > class B : A {} > > // C is also not abstract, most of the app