Interface ReactiveMultiIdEntityLoader<T>
-
- All Superinterfaces:
EntityLoader
,EntityMultiLoader<CompletionStage<T>>
,Loader
,MultiKeyLoader
public interface ReactiveMultiIdEntityLoader<T> extends EntityMultiLoader<CompletionStage<T>>
- See Also:
MultiIdEntityLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <K> CompletionStage<List<T>>
load(K[] ids, MultiIdLoadOptions options, EventSource session)
-
Methods inherited from interface org.hibernate.loader.ast.spi.EntityLoader
getLoadable
-
-
-
-
Method Detail
-
load
<K> CompletionStage<List<T>> load(K[] ids, MultiIdLoadOptions options, EventSource session)
-
-