Class MultiNaturalIdLoaderArrayParam<E>
java.lang.Object
org.hibernate.loader.ast.internal.MultiNaturalIdLoaderArrayParam<E>
- All Implemented Interfaces:
EntityLoader,EntityMultiLoader<E>,Loader,MultiKeyLoader,MultiNaturalIdLoader<E>,SqlArrayMultiKeyLoader
public class MultiNaturalIdLoaderArrayParam<E>
extends Object
implements MultiNaturalIdLoader<E>, SqlArrayMultiKeyLoader
Standard MultiNaturalIdLoader implementation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe value-mapping loaded by this loaderprotected BasicAttributeMappingprotected SimpleNaturalIdMappingmultiLoad(K[] naturalIds, MultiNaturalIdLoadOptions loadOptions, SharedSessionContractImplementor session) Load multiple entities by natural-id.
-
Constructor Details
-
MultiNaturalIdLoaderArrayParam
-
-
Method Details
-
getLoadable
Description copied from interface:LoaderThe value-mapping loaded by this loader- Specified by:
getLoadablein interfaceEntityLoader- Specified by:
getLoadablein interfaceLoader
-
getNaturalIdMapping
-
getNaturalIdAttribute
-