more HQL doc

git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@7162 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Gavin King 2005-06-16 06:50:36 +00:00
parent 702a2d04fc
commit c48582feac
1 changed files with 1 additions and 1 deletions

View File

@ -589,7 +589,7 @@ where log.item.class = 'Payment' and log.item.id = payment.id]]></programlisting
HQL functions that take collection-valued path expressions: <literal>size(),
minelement(), maxelement(), minindex(), maxindex()</literal>, along with the
special <literal>elements()</literal> and <literal>indices</literal> functions
which may be quantified using <literal>some, all, exists, any</literal>.
which may be quantified using <literal>some, all, exists, any, in</literal>.
</para>
</listitem>
<listitem>