Hi,

I am trying to map a subclass where the base type is generic.
An overview of the class model is:

public class GenericBaseClass<T> : Entity {
    ....
}

public class SubClass : GenericBaseClass<T>{
   ...
}

I am using fluent mappings.
I have a ClassMap for GenericBaseClass<T>, which successfully fires
and generates the expected mapping.

I have created SubclassMaps for the various subclasses, but it appears
that these are never called, as the outputted mappings do not include
the subclasses.

Has anyone come across this situation?

--

You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibern...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=.


Reply via email to