Two options:

.LinqToHqlGeneratorsRegistry<CustomLinqToHqlGeneratorsRegistry>()

or

.SetProperty(NHibernate.Cfg.Environment.LinqToHqlGeneratorsRegistry, 
typeof(CustomLinqToHqlGeneratorsRegistry).AssemblyQualifiedName)

RP

On Monday, July 8, 2013 7:37:41 AM UTC+1, [email protected] wrote:
>
> It is not possible to specify linqtohql.generatorsregistry in 
> session-factory section of NHibernate xml configuration file because the 
> configuration file is not valid then. Where the property should be set in 
> XML if not there? According to xsd of the configuration file there is not 
> any other place where to put it.

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/nhusers.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to