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:
Gavin King 2005-04-26 08:08:32 +00:00
parent 208e30e25c
commit 66eda7d9c8
1 changed files with 1 additions and 0 deletions

View File

@ -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>