Skip to content

Commit

Permalink
Update spring-cloud-gcp-data-spanner/src/main/java/org/springframewor…
Browse files Browse the repository at this point in the history
…k/cloud/gcp/data/spanner/repository/query/Query.java

Co-Authored-By: dmitry-s <[email protected]>
  • Loading branch information
s13o and dmitry-s authored Feb 5, 2020
1 parent 98d814f commit ba6fd47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
/**
* When {@code false} then any {@link Interleaved} lists of the fetched entity will be lazy-loaded.
* Otherwise an SQL will be wrapped to eager-load lists with {@link Interleaved#lazy()} equals to {@code false} .
* @return {@code false} if {@link Interleaved} lists should be skipped.
* @return {@code true} if {@link Interleaved} lists should be fetched eagerly.
*/
boolean fetchInterleaved() default false;
}

0 comments on commit ba6fd47

Please sign in to comment.