From: <fab...@us...> - 2009-11-20 16:06:53
|
Revision: 4844 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4844&view=rev Author: fabiomaulo Date: 2009-11-20 16:06:46 +0000 (Fri, 20 Nov 2009) Log Message: ----------- Fix NH-2019 Modified Paths: -------------- branches/2.1.x/nhibernate/doc/reference/modules/query_hql.xml Modified: branches/2.1.x/nhibernate/doc/reference/modules/query_hql.xml =================================================================== --- branches/2.1.x/nhibernate/doc/reference/modules/query_hql.xml 2009-11-20 15:57:26 UTC (rev 4843) +++ branches/2.1.x/nhibernate/doc/reference/modules/query_hql.xml 2009-11-20 16:06:46 UTC (rev 4844) @@ -294,7 +294,9 @@ Note that these last two queries will require more than one SQL <literal>SELECT</literal>. This means that the <literal>order by</literal> clause does not correctly order the whole result set. </para> - + <para> + In order to use non-mapped base classes or interfaces in HQL queries, they have to be imported. See <xref linkend="mapping-declaration-import"/> for more information. + </para> </sect1> <sect1 id="queryhql-where"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |