mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-20 10:07:17 +00:00
Missing space
This commit is contained in:
parent
06c08d9949
commit
9baa5c22b0
@ -638,7 +638,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…
x
Reference in New Issue
Block a user