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
|
||||
use "dynamic fetching" strategies via an HQL or criteria queries. But
|
||||
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>
|
||||
|
||||
<example>
|
||||
|
|
Loading…
Reference in New Issue