Uses of Interface
org.hibernate.loader.ast.spi.MultiNaturalIdLoadOptions
-
Packages that use MultiNaturalIdLoadOptions Package Description org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.loader.ast.internal org.hibernate.loader.ast.spi -
-
Uses of MultiNaturalIdLoadOptions in org.hibernate.internal
Classes in org.hibernate.internal that implement MultiNaturalIdLoadOptions Modifier and Type Class Description class
NaturalIdMultiLoadAccessStandard<T>
-
Uses of MultiNaturalIdLoadOptions in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal with parameters of type MultiNaturalIdLoadOptions Modifier and Type Method Description <K> List<E>
MultiNaturalIdLoaderArrayParam. multiLoad(K[] naturalIds, MultiNaturalIdLoadOptions loadOptions, SharedSessionContractImplementor session)
<K> List<E>
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 MultiNaturalIdLoadOptions Modifier and Type Method Description <K> List<E>
MultiNaturalIdLoader. multiLoad(K[] naturalIds, MultiNaturalIdLoadOptions options, SharedSessionContractImplementor session)
Load multiple entities by natural-id.
-