Looks like my last post did not go through, posting again:

The following configuration is what I have:

x.AutoMappings.Add(
                                AutoMap.AssemblyOf<Entity>(new MyConfig())
                                        .Conventions.AddFromAssemblyOf<Entity>()
                                        .UseOverridesFromAssemblyOf<Entity>());


But my mapping overrides are are called before the conventions, is
this the expected order? and if so how can I achieve what I want to
do.


Thanks

-- 
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.

Reply via email to