Missing space
This commit is contained in:
parent
9e063ffa25
commit
f17c525c03
|
@ -644,7 +644,7 @@ public class Customer {
|
||||||
to load the customer and their orders together. One way certainly is to
|
to load the customer and their orders together. One way certainly is to
|
||||||
use "dynamic fetching" strategies via an HQL or criteria queries. But
|
use "dynamic fetching" strategies via an HQL or criteria queries. But
|
||||||
another option is to use a fetch profile to achieve that. The following
|
another option is to use a fetch profile to achieve that. The following
|
||||||
code will load both the customer <emphasis>and</emphasis>their
|
code will load both the customer <emphasis>and</emphasis> their
|
||||||
orders:</para>
|
orders:</para>
|
||||||
|
|
||||||
<example>
|
<example>
|
||||||
|
|
Loading…
Reference in New Issue