git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@6448 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Christian Bauer 2005-04-17 23:09:10 +00:00
parent d8efc15471
commit 099bb371c5
1 changed files with 0 additions and 9 deletions

View File

@ -186,15 +186,6 @@ from Cat as cat
<programlisting><![CDATA[select cat.mate from Cat cat]]></programlisting> <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> <para>
Queries may return properties of any value type including properties of component type: Queries may return properties of any value type including properties of component type:
</para> </para>