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:
parent
65030cf269
commit
4b1c7c0cc7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue