I'm trying to persist a class which extends another class. If I pass
the superclass to NHibernate I get a "no persister for mySuperType"
which is understandable.

So I've tried to extract an interface from my base type and change the
mapping to use that, but I get the same error. The two classes (base
and subclass) have identical property names (the difference being that
the subclass has some extra properties for WPF.

Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to nhusers@googlegroups.com
To unsubscribe from this group, send email to 
nhusers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to