You can join on entity collections:

from student in Session.Linq<Student>()
from user in student.Users
select user;

if student has a collection of users.  Otherwise, yes, fall back to HQL.

On Sun, May 3, 2009 at 5:33 PM, Action Jackson <[email protected]> wrote:

>
>
>  Oh ok, fair enough.  Are there any workarounds that you would
> recommend? Or do I have to fall back to HQL?
>
>
> On May 3, 5:25 pm, Fabio Maulo <[email protected]> wrote:
> > 2009/5/3 Chad Lee <[email protected]>
> >
> > > is not supported by the Criteria API with which the LINQ implementation
> is
> > > based.
> >
> > So far ;)
> >
> > --
> > Fabio Maulo
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"NHibernate Contrib - Development Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com.ar/group/nhcdevs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to