support non-searched case in HQL
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@6516 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
208e30e25c
commit
66eda7d9c8
|
@ -517,6 +517,7 @@ where log.item.class = 'Payment' and log.item.id = payment.id]]></programlisting
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>case ... when ... then ... else ... end</literal> and
|
||||
<literal>case when ... then ... else ... end</literal>
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in New Issue