mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 09:05:21 +00:00
fix minor bug
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@8126 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
b6ef22cd37
commit
57ba6ab422
@ -673,7 +673,7 @@ where log.item.class = 'Payment' and log.item.id = payment.id]]></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]]></programlisting>
|
||||
|
||||
<programlisting><![CDATA[from Order order where maxindex(order.items) > 100]]></programlisting>
|
||||
|
||||
|
@ -662,7 +662,7 @@ where log.item.class = 'Payment' and log.item.id = payment.id]]></programlisting
|
||||
<literal>minelement</literal> y <literal>maxelement</literal>.
|
||||
</para>
|
||||
|
||||
<programlisting><![CDATA[from Calendar cal where maxelement(cal.holidays) > current date]]></programlisting>
|
||||
<programlisting><![CDATA[from Calendar cal where maxelement(cal.holidays) > current_date]]></programlisting>
|
||||
|
||||
<programlisting><![CDATA[from Order order where maxindex(order.items) > 100]]></programlisting>
|
||||
|
||||
|
@ -649,7 +649,7 @@ where log.item.class = 'Payment' and log.item.id = payment.id]]></programlisting
|
||||
<literal>maxelement</literal> 함수를 사용하여 기본 타입을 가진 콜렉션의 최소 요소 및 최대 요소를 참조할 수 있다.
|
||||
</para>
|
||||
|
||||
<programlisting><![CDATA[from Calendar cal where maxelement(cal.holidays) > current date]]></programlisting>
|
||||
<programlisting><![CDATA[from Calendar cal where maxelement(cal.holidays) > current_date]]></programlisting>
|
||||
|
||||
<programlisting><![CDATA[from Order order where maxindex(order.items) > 100]]></programlisting>
|
||||
|
||||
|
@ -605,7 +605,7 @@ where log.item.class = 'Payment' and log.item.id = payment.id]]></programlisting
|
||||
|
||||
</para>
|
||||
|
||||
<programlisting><![CDATA[from Calendar cal where maxelement(cal.holidays) > current date]]></programlisting>
|
||||
<programlisting><![CDATA[from Calendar cal where maxelement(cal.holidays) > current_date]]></programlisting>
|
||||
|
||||
<programlisting><![CDATA[from Order order where maxindex(order.items) > 100]]></programlisting>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user