Michael
unread,Nov 4, 2011, 11:13:17 AM11/4/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Fluent NHibernate
Hello,
I've got a dictionary mapping a Point class I wrote, not the Point
struct because I need additional functionality, mapping
MyDomainObjects in a grid defined by the Point coordinates.
This exists in a SolutionDomainObject, and I want to map it to a table
that will be many to many to a MyDomainObject mapping.
I'm wondering how this might be possible through Fluent?
Thank you...