from both tables in one query, preventing extra round-trips to the
database. See the example above in L</WHAT ARE JOINS>.
+Three techniques are described here. Of the three, only the
+C<prefetch> technique will deal sanely with fetching related objects
+over a C<has_many> relation. The others work fine for 1 to 1 type
+relationships.
+
=head2 Whole related objects
To fetch entire related objects, eg CDs and all Track data, use the