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:
parent
702a2d04fc
commit
c48582feac
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue