Maybe this will help http://notherdev.blogspot.com/2012/01/mapping-by-code-inheritance.html?m=1 On 30-Mar-2015 2:14 AM, "sturdytree" <[email protected]> wrote:
> > > On Sunday, March 29, 2015 at 7:29:38 PM UTC+1, Ricardo Peres wrote: >> >> You want to use one of the inheritance strategies: table per class >> hierarchy, table per class or table per concrete class. I suggest you study >> them before. >> >> RP > > > Thanks Ricardo - the design is already table per concrete class ; the > problem is whether it is possible to map AwardedPerson in a manner that it > will look in both Manager and Employee tables for its foreign key? > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/nhusers. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
