I'm developing application with NHibernate EntityMode.Map so I have entities of IDictionary without cs domain model, database configures only with hbm files. It gives me lots of flexibility.
I want to find out does NH.Validator support this EntityMode.Map too? If yes how to configure it properly, now I'm getting exceptions related to missing entityType e.g.
System.ArgumentNullException: Value cannot be null.
Parameter name: typeName