Hello, everyone! When using the Table Per Concrete Type inheritance strategy, the Ids must be unique for any of the records of the involved tables, so that when you do a ISession.Get<T>(id), NHibernate will fetch the correct entity.
What I want to know is: what is your recommended strategy for dealing with this? HiLo? Thanks, Ricardo Peres -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
