On Tuesday, March 8, 2016 at 11:03:14 AM UTC-5, mwpowellhtx wrote:
>
>
> On Monday, March 7, 2016 at 4:53:16 AM UTC-5, Gleb Chermennov wrote:
>>
>> So I think you're getting NotSupportedException because NHibernate can't 
>> translate your method call to sql/hql.
>> Here's what you can try: 
>> http://stackoverflow.com/questions/11079852/nhibernate-overcoming-notsupportedexception
>>
>
> Thank you, it's a start. I think it's more along the lines of Linq to Hql 
> provider extensibility, but how best to connect this with Fluent and/or 
> NHibernate?
>
> Instinctively, I would think during a mapping, but I could be wrong; or 
> during a follow on configuration event handler.
>
>
> http://stackoverflow.com/questions/14578113/extending-linq-to-nhibernate-with-custom-hql-generator
>

Interestingly, I can project using ToArray or ToList extension methods, but 
it is inefficient to pull a whole record set in through Hql only to turn 
around and filter some instances afterwards. If I can work through the Linq 
provider as the Hql is being generated, that would be best, I think.
 

> Thoughts?
>  
>
>> воскресенье, 6 марта 2016 г., 23:46:34 UTC+3 пользователь mwpowellhtx 
>> написал:
>>>
>>> Hello, 
>>>
>>> I've got a semi-rich domain model that supports some methods. However, 
>>> when I try to access them from within a Query<T>, I am getting 
>>> exceptions like 
>>> NHibernate.Linq.Visitors.HqlGeneratorExpressionTreeVisitor.VisitMethodCallExpression.
>>>  
>>>
>>>
>>> If memory serves, how does one register a domain model's methods with 
>>> the linq provider? I'd like to do so automatically, if possible. Is 
>>> that upon mapping, or when? 
>>>
>>> If I need to add them as extension methods, so be it; what I want to 
>>> avoid is massive duplication of effort in my 
>>> service/manager/controller layers for stuff that should be closer, and 
>>> therefore feel more natural, to the model. 
>>>
>>> Thank you... 
>>>
>>> Regards, 
>>>
>>> Michael Powell 
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fluent-nhibernate+unsubscr...@googlegroups.com.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
Visit this group at https://groups.google.com/group/fluent-nhibernate.
For more options, visit https://groups.google.com/d/optout.

Reply via email to