On Jul 7, 6:55 pm, Vadim Chekan <[email protected]> wrote:
> What if I want a class to be configured by AutoMap (I don't like > typing :) and add/modify just single tricky property for this class in > fluent, is it possible? I want best of 2 worlds: smartness of Auto and > fine control of Fluent. Absolutely! In my project, I've been able to Automap everything. But at first, I had to use a couple of Overrides to get around some bugs and missing features in FNH that were later resolved, allowing me to have a pure Automapping model. But IME, a hybrid approach works fine. -Tom Bushell -- You received this message because you are subscribed to the Google Groups "Fluent NHibernate" 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/fluent-nhibernate?hl=en.
