Revision: 5049
http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5049&view=rev
Author: fabiomaulo
Date: 2010-07-22 16:54:35 +0000 (Thu, 22 Jul 2010)
Log Message:
-----------
Fix NH-2013
Modified Paths:
--------------
trunk/nhibernate/doc/reference/modules/query_hql.xml
Modified: trunk/nhibernate/doc/reference/modules/query_hql.xml
===================================================================
--- trunk/nhibernate/doc/reference/modules/query_hql.xml 2010-07-22 16:50:49 UTC (rev 5048)
+++ trunk/nhibernate/doc/reference/modules/query_hql.xml 2010-07-22 16:54:35 UTC (rev 5049)
@@ -137,9 +137,7 @@
left join fetch cat.Kittens]]></programlisting>
<para>
- A fetch join does not usually need to assign an alias, because the associated objects
- should not be used in the <literal>where</literal> clause (or any other clause). Also,
- the associated objects are not returned directly in the query results. Instead, they may
+ The associated objects are not returned directly in the query results. Instead, they may
be accessed via the parent object.
</para>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|