static FetchConfig |
FetchConfig.ofCache() |
Return FetchConfig to eagerly fetch the relationship using L2 cache.
|
static FetchConfig |
FetchConfig.ofDefault() |
Return FetchConfig to fetch the relationship using SQL join.
|
static FetchConfig |
FetchConfig.ofLazy() |
Return FetchConfig to lazily load the relationship.
|
static FetchConfig |
FetchConfig.ofLazy(int batchSize) |
Return FetchConfig to lazily load the relationship specifying the batch size.
|
static FetchConfig |
FetchConfig.ofQuery() |
Return FetchConfig to eagerly fetch the relationship using a secondary query.
|
static FetchConfig |
FetchConfig.ofQuery(int batchSize) |
Return FetchConfig to eagerly fetch the relationship using a secondary with a given batch size.
|