Uses of Interface
org.hibernate.loader.ast.spi.MultiIdLoadOptions
-
Packages that use MultiIdLoadOptions Package Description org.hibernate.loader.ast.internal org.hibernate.loader.ast.spi org.hibernate.persister.entity 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 MultiIdLoadOptions Modifier and Type Method Description <K> List<T>AbstractMultiIdEntityLoader. load(K[] ids, MultiIdLoadOptions loadOptions, EventSource session)protected abstract <K> List<T>AbstractMultiIdEntityLoader. performOrderedMultiLoad(K[] ids, MultiIdLoadOptions loadOptions, EventSource session)protected <K> List<E>MultiIdEntityLoaderArrayParam. performOrderedMultiLoad(K[] ids, MultiIdLoadOptions loadOptions, EventSource session)protected List<T>MultiIdEntityLoaderStandard. performOrderedMultiLoad(Object[] ids, MultiIdLoadOptions loadOptions, EventSource session)protected abstract <K> List<T>AbstractMultiIdEntityLoader. performUnorderedMultiLoad(K[] ids, MultiIdLoadOptions loadOptions, EventSource session)protected <K> List<E>MultiIdEntityLoaderArrayParam. performUnorderedMultiLoad(K[] ids, MultiIdLoadOptions loadOptions, EventSource session)protected List<T>MultiIdEntityLoaderStandard. performUnorderedMultiLoad(Object[] ids, MultiIdLoadOptions loadOptions, EventSource session)protected <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 MultiIdLoadOptions Modifier and Type Method Description <K> List<T>MultiIdEntityLoader. 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 MultiIdLoadOptions Modifier and Type Method Description List<?>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.
-