Interface MultiIdEntityLoader<T>
- All Superinterfaces:
EntityLoader, EntityMultiLoader<T>, Loader, MultiKeyLoader
Loader subtype for loading multiple entities by multiple identifier values.
-
Method Summary
Modifier and TypeMethodDescriptionload(K[] ids, MultiIdLoadOptions options, SharedSessionContractImplementor session) Load multiple entities by id.Methods inherited from interface EntityLoader
getLoadable
-
Method Details