Interface MultiNaturalIdLoader<E>
- Type Parameters:
E- The entity Java type
- All Superinterfaces:
EntityLoader, EntityMultiLoader<E>, Loader, MultiKeyLoader
Loader for entities by multiple natural-ids
-
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