Hi, i have One-To-One Relations from Project To Address as shown in the mappings:
References(x => x.ProjectAddress).Not.LazyLoad().Cascade.SaveUpdate(); References(x => x.Architekt).Not.LazyLoad().Cascade.SaveUpdate(); Both references can be null per definition and references the same Table(i use AddressTable for all Addresses in my DB) So, if any of the Addresses in Project is null, NHibernate inserts a 'Null' Row in the AddressTable. Is this the correct behavior or did i miss something. Any help, also in restructuring the mepping is welcome. Peter -- 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.
