Is it possible to map to methods instead of properties? I have a Customer class with a method \"GetOrders()\" typeof \"ReadOnlyCollection\" with backing field \"_orders\" typeof \"IList\".
H开发者_如何学Pythonow can I change the default join type to be an inner join instead of a left outer join for mappings when I use References?
I am using Fluent Nhibernate and Nhibernate for my current project.I need to record the time to开发者_Python百科 the millisecond.I have this for my mapping
I just started looking at NHibernate this week, and would love to use the Automapping approach on my current project.