Peter
--
You received this message because you are subscribed to the Google Groups "Fluent NHibernate" group.
To post to this group, send email to fluent-n...@googlegroups.com.
To unsubscribe from this group, send email to fluent-nhibern...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fluent-nhibernate?hl=en.
I suspect by this mapping (or what I can see of it) that you only have
as many addresses as you have types ... Or that you want all addresses
of a given type to be in a list for a customer by having the customer
store a type. Neither of which really makes sense to me.
Does customer have a property for address type? (aka the discriminator)
Or does customer have a list of addressIds in a linking table?
Sent from my Windows Phone
From: Peter Forstmeier
Sent: 2/4/2012 4:29 AM
To: Fluent NHibernate
Subject: [fluent-nhib] Re: Any better ideas?
Thanks
Peter
--