-
Return FetchConfig to eagerly fetch the relationship using L2 cache.
Return FetchConfig to fetch the relationship using SQL join.
Return FetchConfig to lazily load the relationship.
FetchConfig.ofLazy(int batchSize)
Return FetchConfig to lazily load the relationship specifying the batch size.
Return FetchConfig to eagerly fetch the relationship using a secondary query.
Return FetchConfig to eagerly fetch the relationship using a secondary with a given batch size.
Additionally specify a JoinConfig to specify a "query join" and or define
the lazy loading query.
Additionally specify a FetchConfig to use a separate query or lazy loading
to load this path.