Package org.hibernate.loader.ast.spi
Interface MultiIdEntityLoader<T>
- All Superinterfaces:
EntityLoader
,EntityMultiLoader<T>
,Loader
,MultiKeyLoader
- All Known Implementing Classes:
AbstractMultiIdEntityLoader
,MultiIdEntityLoaderArrayParam
,MultiIdEntityLoaderStandard
Loader subtype for loading multiple entities by multiple identifier values.
-
Method Summary
Modifier and TypeMethodDescriptionload
(K[] ids, MultiIdLoadOptions options, EventSource session) Load multiple entities by id.Methods inherited from interface org.hibernate.loader.ast.spi.EntityLoader
getLoadable
-
Method Details
-
load
Load multiple entities by id. The exact result depends on the passed options.
-