views:

23

answers:

1

Is it possible to do inheritance with NHibernates component? A quick google returned only a hand full of appropriate results (all blogs) and all were written some time ago so was wondering if it is available yet?

if not how do you handle it instead?

A: 

It's not currently possible. If you need inheritance, you have to map an entity.

Diego Mijelshon