docd extra HQL syntax
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@5995 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
17d534f96c
commit
20bfff8622
|
@ -453,6 +453,22 @@ where log.item.class = 'eg.Payment' and log.item.id = payment.id]]></programlist
|
|||
<literal>lower()</literal>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>current_date()</literal>, <literal>current_time()</literal>,
|
||||
<literal>current_timestamp()</literal>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Any function or operator defined by EJB-QL 3.0
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>case when ... then ... else ... end</literal>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Parentheses <literal>( )</literal> indicate grouping
|
||||
|
@ -461,8 +477,14 @@ where log.item.class = 'eg.Payment' and log.item.id = payment.id]]></programlist
|
|||
<listitem>
|
||||
<para>
|
||||
<literal>in</literal>,
|
||||
<literal>not in</literal>,
|
||||
<literal>between</literal>,
|
||||
<literal>is null</literal>
|
||||
<literal>is not null</literal>
|
||||
<literal>is empty</literal>
|
||||
<literal>is not empty</literal>
|
||||
<literal>member of</literal>
|
||||
<literal>not member of</literal>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in New Issue