I would say it's quite a massive undertaking, for two reasons.

1. Named queries belongs to the IQuery architecture in NHibernate, which
has very little in common with the ICriteria architecture that QueryOver is
wrapping. Hopefully, in the future, they will converge, but that work has
barely been touched.

2. A major reason for the named queries' existence is that they can be
fully prepared once they are defined. They are not designed to be opened up
and extended.

/G


2017-01-30 20:54 GMT+01:00 Jeff <budaj...@gmail.com>:

> How much work would be involved to implement this feature request: "Support
> for Named Queries from QueryOver
> <https://nhibernate.jira.com/browse/NH-3300>"  ?
>
>
> Would that be a relatively straightforward enhancement to implement or are
> there fundamental architecture problems? Does a work-around exist already?
>
> Thanks
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "nhibernate-development" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to nhibernate-development+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 

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

Reply via email to