Hello everybody, I have a specific problem with the auto generated datastructure in my project.
There are three objects: A (contains a unique ID), B (Inherits from A, no own ID) and a City Object. A is the basic description for a range of objects. (There could also be objects like C,D,E... all inheriting from A) B is just an additional information to an A object containing a list of City-objects. The default mapping would result in three Tables: A B CityToB I want to configure NHibernate in a way, that there are only two tables left: A B where B contains no key column, just referenze entries to A and City (like it is in CityToB) For a detailed description please see the following link: StackOverflow <http://stackoverflow.com/questions/32269041/modifying-database-structure-with-inherited-mappings-in-fluent-nhibernate> Can anybody help me with this mess? Thanks, Xeno -- You received this message because you are subscribed to the Google Groups "Fluent NHibernate" group. To unsubscribe from this group and stop receiving emails from it, send an email to fluent-nhibernate+unsubscr...@googlegroups.com. To post to this group, send email to fluent-nhibernate@googlegroups.com. Visit this group at http://groups.google.com/group/fluent-nhibernate. For more options, visit https://groups.google.com/d/optout.