Minor improvement

git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@6754 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Christian Bauer 2005-05-11 23:31:59 +00:00
parent 6d25b71b89
commit 238e6ab689
1 changed files with 9 additions and 1 deletions

View File

@ -535,7 +535,15 @@ Cat fritz = (Cat) iter.next();]]></programlisting>
<sect2 id="performance-fetching-subselect">
<title>Using subselect fetching</title>
<para>TODO</para>
<para>
If one lazy collection or single-valued proxy has to be fetched, Hibernate loads all of
them, re-running the original query in a subselect. This works in the same way as
batch-fetching, without the piecemeal loading.
</para>
<!-- TODO: Write more about this -->
</sect2>
<sect2 id="performance-fetching-lazyproperties">