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.
