mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-09 04:34:49 +00:00
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(),
|
HQL functions that take collection-valued path expressions: <literal>size(),
|
||||||
minelement(), maxelement(), minindex(), maxindex()</literal>, along with the
|
minelement(), maxelement(), minindex(), maxindex()</literal>, along with the
|
||||||
special <literal>elements()</literal> and <literal>indices</literal> functions
|
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>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user