Got it thanks. I guess that was the issue w/ my query. I will close the 
stackoverflow question, (mark it as answered).

lk

On Thursday, September 1, 2016 at 9:43:25 AM UTC-4, Gunnar Liljas wrote:
>
> According to the Hibernate docs: "A fetch join does not usually need to 
> assign an alias, because the associated objects should not be used in the 
> where clause (or any other clause)."
>
> The main reason is that a "fetch" is meant eager load and hydrate an 
> object, and such a collection should not be filtered, since then your 
> object will be in an inconsistent state.
>

-- 
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 https://groups.google.com/group/nhusers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to