This is an automated email from the ASF dual-hosted git repository.

aadamchik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/master by this push:
     new b79f12e  prefetch semantics docs chapter reorg, clarification
b79f12e is described below

commit b79f12e243151b75c2c6b7d42d268228449d64b5
Author: Andrus Adamchik <and...@objectstyle.com>
AuthorDate: Thu Jul 30 10:09:17 2020 +0300

    prefetch semantics docs chapter reorg, clarification
---
 .../cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/tuning.adoc    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/tuning.adoc
 
b/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/tuning.adoc
index 4837631..a16c12c 100644
--- 
a/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/tuning.adoc
+++ 
b/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/tuning.adoc
@@ -101,7 +101,7 @@ and more data processing that needs to be done on the 
Cayenne side.
 different prefetches.
 
 `<<sqlselect,SQLSelect>>` query supports "JOINT" and "DISJOINT_BY_ID". It does 
not work with "DISJOINT", as the query does not provide
-enough information to Cayenne to build dependent prefetch queries. So 
"DISJOINT" will be quietly ignored. "JOINT"
+enough information to Cayenne to build dependent prefetch queries. So 
"DISJOINT" will result in exception. "JOINT"
 prefetching requires a bit of effort shaping the SQL to include the right 
columns in the result and label them properly
 to be convertable into object properties. The main rules to follow are:
 

Reply via email to