Uses of Interface
org.hibernate.loader.ast.spi.MultiNaturalIdLoadOptions
Packages that use MultiNaturalIdLoadOptions
Package
Description
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.-
Uses of MultiNaturalIdLoadOptions in org.hibernate.internal
Classes in org.hibernate.internal that implement MultiNaturalIdLoadOptions -
Uses of MultiNaturalIdLoadOptions in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal with parameters of type MultiNaturalIdLoadOptionsModifier and TypeMethodDescriptionMultiNaturalIdLoaderArrayParam.multiLoad
(K[] naturalIds, MultiNaturalIdLoadOptions loadOptions, SharedSessionContractImplementor session) MultiNaturalIdLoaderInPredicate.multiLoad
(K[] naturalIds, MultiNaturalIdLoadOptions options, SharedSessionContractImplementor session) <E> List<E>
MultiNaturalIdLoadingBatcher.multiLoad
(Object[] naturalIdValues, MultiNaturalIdLoadOptions options, SharedSessionContractImplementor session) -
Uses of MultiNaturalIdLoadOptions in org.hibernate.loader.ast.spi
Methods in org.hibernate.loader.ast.spi with parameters of type MultiNaturalIdLoadOptionsModifier and TypeMethodDescriptionMultiNaturalIdLoader.multiLoad
(K[] naturalIds, MultiNaturalIdLoadOptions options, SharedSessionContractImplementor session) Load multiple entities by natural-id.