Fix layout issue in documentation due to improper use of spacing for preformatted text

This commit is contained in:
Vlad Mihalcea 2016-05-18 10:06:25 +03:00
parent 231484662b
commit b9f99b5bca
1 changed files with 3 additions and 3 deletions

View File

@ -167,6 +167,6 @@ include::{sourcedir}/ProfileFetchingTest.java[tags=fetching-strategies-dynamic-f
----
====
Here the `Employee `is obtained by natural-id lookup and the Employee's `Project` data is fetched eagerly.
If the `Employee `data is resolved from cache, the `Project` data is resolved on its own.
However, if the `Employee` data is not resolved in cache, the `Employee `and `Project` data is resolved in one SQL query via join as we saw above.
Here the `Employee` is obtained by natural-id lookup and the Employee's `Project` data is fetched eagerly.
If the `Employee` data is resolved from cache, the `Project` data is resolved on its own.
However, if the `Employee` data is not resolved in cache, the `Employee` and `Project` data is resolved in one SQL query via join as we saw above.