Skip to content

Commit

Permalink
#2313 A change to documentation of QueryExecutionModel for more preci…
Browse files Browse the repository at this point in the history
…se meaning
  • Loading branch information
homedirectory committed Oct 2, 2024
1 parent 7774515 commit 066a049
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
* <li> Via a fetch model ({@link Builder#with(fetch)}). See {@link fetch#isInstrumented()}.
* If a fetch model is instrumented, then entity instances are instrumented.
* </ol>
* <b>A fetch model's instrumentation setting is preferred over the QEM's lightweightedness</b>. That is, if a QEM is
* lightweight but its fetch model is instrumented, then the resulting entities will be instrumented.
* <b>A fetch model's instrumentation setting has higher precedence than the QEM's lightweightedness</b>.
* That is, if a QEM is lightweight but its fetch model is instrumented, then the resulting entities will be instrumented.
* <hr><br>
*
* {@linkplain ua.com.fielden.platform.companion.IEntityReader Entity companion methods} that retrieve entities from a
Expand Down

0 comments on commit 066a049

Please sign in to comment.