From: <fab...@us...> - 2009-11-20 16:07:52
|
Revision: 4845 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4845&view=rev Author: fabiomaulo Date: 2009-11-20 16:07:42 +0000 (Fri, 20 Nov 2009) Log Message: ----------- Merge (fix NH-2019) 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 2009-11-20 16:06:46 UTC (rev 4844) +++ trunk/nhibernate/doc/reference/modules/query_hql.xml 2009-11-20 16:07:42 UTC (rev 4845) @@ -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. |