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