Interface MultiNaturalIdLoader<E>
- Type Parameters:
E- The entity Java type
- All Superinterfaces:
EntityLoader, EntityMultiLoader<E>, Loader, MultiKeyLoader
EntityMultiLoader implementation based on identifier.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionmultiLoad(K[] naturalIds, MultiNaturalIdLoadOptions options, SharedSessionContractImplementor session) Load multiple entities by natural-id.Methods inherited from interface EntityLoader
getLoadable
-
Method Details