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 TypeMethodDescriptionAbstractMultiNaturalIdLoader.loadEntitiesWithUnresolvedIds
(Object[] unresolvedIds, MultiNaturalIdLoadOptions loadOptions, LockOptions lockOptions, SharedSessionContractImplementor session) MultiNaturalIdLoaderArrayParam.loadEntitiesWithUnresolvedIds
(Object[] naturalIds, MultiNaturalIdLoadOptions loadOptions, LockOptions lockOptions, SharedSessionContractImplementor session) MultiNaturalIdLoaderInPredicate.loadEntitiesWithUnresolvedIds
(Object[] naturalIds, MultiNaturalIdLoadOptions loadOptions, LockOptions lockOptions, SharedSessionContractImplementor session) AbstractMultiNaturalIdLoader.multiLoad
(K[] naturalIds, 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.