<T> MultiIdentifierLoadAccess<T> |
Session.byMultipleIds(Class<T> entityClass) |
|
<T> MultiIdentifierLoadAccess<T> |
Session.byMultipleIds(String entityName) |
|
MultiIdentifierLoadAccess<T> |
MultiIdentifierLoadAccess.enableOrderedReturn(boolean enabled) |
Should the return List be ordered and positional in relation to the
incoming ids? If enabled (the default), the return List is ordered and
positional relative to the incoming ids.
|
MultiIdentifierLoadAccess<T> |
MultiIdentifierLoadAccess.enableReturnOfDeletedEntities(boolean enabled) |
|
MultiIdentifierLoadAccess<T> |
MultiIdentifierLoadAccess.enableSessionCheck(boolean enabled) |
Specify whether we should check the Session to see whether the first-level cache already contains any of the
entities to be loaded in a managed state for the purpose of not including those
ids to the batch-load SQL.
|
MultiIdentifierLoadAccess<T> |
MultiIdentifierLoadAccess.with(CacheMode cacheMode) |
Specify the CacheMode to use when retrieving the entity.
|
default MultiIdentifierLoadAccess<T> |
MultiIdentifierLoadAccess.with(RootGraph<T> graph) |
|
MultiIdentifierLoadAccess<T> |
MultiIdentifierLoadAccess.with(RootGraph<T> graph,
GraphSemantic semantic) |
|
MultiIdentifierLoadAccess<T> |
MultiIdentifierLoadAccess.with(LockOptions lockOptions) |
Specify the LockOptions to use when retrieving the entity.
|
MultiIdentifierLoadAccess<T> |
MultiIdentifierLoadAccess.withBatchSize(int batchSize) |
Specify a batch size for loading the entities (how many at a time).
|