Minor
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@6448 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
d8efc15471
commit
099bb371c5
|
@ -186,15 +186,6 @@ from Cat as cat
|
|||
|
||||
<programlisting><![CDATA[select cat.mate from Cat cat]]></programlisting>
|
||||
|
||||
|
||||
<!-- NO LONGER SUPPORTED!
|
||||
<para>
|
||||
You may even select collection elements, using the special <literal>elements</literal>
|
||||
function. The following query returns all kittens of any cat.
|
||||
</para>
|
||||
|
||||
<programlisting><![CDATA[select elements(cat.kittens) from Cat cat]]></programlisting>
|
||||
-->
|
||||
<para>
|
||||
Queries may return properties of any value type including properties of component type:
|
||||
</para>
|
||||
|
|
Loading…
Reference in New Issue