fix doc bug

git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@5958 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Gavin King 2005-02-28 06:28:22 +00:00
parent 65030cf269
commit 4b1c7c0cc7
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ from eg.Cat cat where size(cat.kittens) > 0]]></programlisting>
functions.
</para>
<programlisting><![CDATA[from Calendar cal where maxelement(cal.holidays) > current date]]></programlisting>
<programlisting><![CDATA[from Calendar cal where maxelement(cal.holidays) > current date
from Order order where maxindex(order.items) > 100