FetchConfig |
FetchConfig.cache() |
Deprecated.
|
FetchConfig |
FetchConfig.lazy() |
Deprecated.
|
FetchConfig |
FetchConfig.lazy(int batchSize) |
Deprecated.
|
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.
|
FetchConfig |
FetchConfig.query() |
Deprecated.
|
FetchConfig |
FetchConfig.query(int batchSize) |
Deprecated.
|
FetchConfig |
FetchConfig.queryFirst(int batchSize) |
Deprecated.
|