0
votes
NHibernate: Column does not allow nulls. INSERT fails
You should save the address before saving the person. Depending on the generator you may have to use the save overload that passes in the ID.
If you need the save to be implicit you should …
