Skip to content

Commit

Permalink
Fix NH-2019
Browse files Browse the repository at this point in the history
SVN: branches/2.1.x@4844
  • Loading branch information
fabiomaulo committed Nov 20, 2009
1 parent 55e7da4 commit 488834c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/reference/modules/query_hql.xml
Expand Up @@ -294,7 +294,9 @@ select count(distinct cat.Name), count(cat) from Eg.Cat cat]]></programlisting>
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">
Expand Down

0 comments on commit 488834c

Please sign in to comment.