Uses of Interface
org.hibernate.loader.ast.spi.MultiIdLoadOptions
Packages that use MultiIdLoadOptions
Package
Description
This package abstracts persistence mechanisms for entities.
-
Uses of MultiIdLoadOptions in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal with parameters of type MultiIdLoadOptionsModifier and TypeMethodDescriptionAbstractMultiIdEntityLoader.load(K[] ids, MultiIdLoadOptions loadOptions, EventSource session) AbstractMultiIdEntityLoader.performOrderedMultiLoad(K[] ids, MultiIdLoadOptions loadOptions, EventSource session) MultiIdEntityLoaderArrayParam.performOrderedMultiLoad(K[] ids, MultiIdLoadOptions loadOptions, EventSource session) MultiIdEntityLoaderStandard.performOrderedMultiLoad(Object[] ids, MultiIdLoadOptions loadOptions, EventSource session) AbstractMultiIdEntityLoader.performUnorderedMultiLoad(K[] ids, MultiIdLoadOptions loadOptions, EventSource session) MultiIdEntityLoaderArrayParam.performUnorderedMultiLoad(K[] ids, MultiIdLoadOptions loadOptions, EventSource session) MultiIdEntityLoaderStandard.performUnorderedMultiLoad(Object[] ids, MultiIdLoadOptions loadOptions, EventSource session) protected final <R,K> K[] MultiIdEntityLoaderArrayParam.processResolvableEntities(K[] ids, MultiIdEntityLoaderArrayParam.ResolutionConsumer<R> resolutionConsumer, @NonNull MultiIdLoadOptions loadOptions, @NonNull LockOptions lockOptions, EventSource session) -
Uses of MultiIdLoadOptions in org.hibernate.loader.ast.spi
Methods in org.hibernate.loader.ast.spi with parameters of type MultiIdLoadOptionsModifier and TypeMethodDescriptionMultiIdEntityLoader.load(K[] ids, MultiIdLoadOptions options, EventSource session) Load multiple entities by id. -
Uses of MultiIdLoadOptions in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type MultiIdLoadOptionsModifier and TypeMethodDescriptionList<?>AbstractEntityPersister.multiLoad(Object[] ids, EventSource session, MultiIdLoadOptions loadOptions) List<?>EntityPersister.multiLoad(Object[] ids, EventSource session, MultiIdLoadOptions loadOptions) Performs a load of multiple entities (of this type) by identifier simultaneously.