Package org.hibernate.loader.ast.spi
Interface MultiNaturalIdLoader<E>
- Type Parameters:
E
- The entity Java type
- All Superinterfaces:
EntityLoader
,EntityMultiLoader<E>
,Loader
,MultiKeyLoader
- All Known Implementing Classes:
MultiNaturalIdLoaderArrayParam
,MultiNaturalIdLoaderInPredicate
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 org.hibernate.loader.ast.spi.EntityLoader
getLoadable
-
Method Details