Tagged Questions
5
votes
1answer
661 views
How to map IDictionary<string, object> in Fluent NHibernate?
I am looking to persist user preferences into a collection of name value pairs, where the value may be an int, bool, or string.
There are a few ways to skin this cat, but the most convenient method I ...
2
votes
1answer
787 views
NHibernate mapping: UserTypes with many-to-one
New to NHibernate and learning it as we are modifying an existing solution to use this ORM.
Ideally, the storage structure and object classes need to stay the same, so Ive come across one or two ...