[fluent-nhib] Table Per Concrete Class?

2009-11-03 Thread Jay Oliver
This is probably a stupid question, but I've been deeply submerged in a project for a good while now, and haven't been following NH/FNH progress that closely. Previously I believe I was able to specify that I wanted every concrete class mapped to its own table. Now the only options seem to be tab

[fluent-nhib] Table-per-concrete class mapping?

2009-06-16 Thread Ɓukasz Podolak
By default, the inheritance mapping is "table per class hierarchy". I have a "DictionaryBase" class and couple of derived classes from it. How can I tell fnh to map all my derived classes as single tables and not to map DictionaryBase at all ? Can be fluent or automapping, whichever gets job done.