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 -
-
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 List<T>MultiIdLoaderStandard. load(Object[] ids, MultiIdLoadOptions loadOptions, SharedSessionContractImplementor 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, SharedSessionContractImplementor 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, SharedSessionContractImplementor session, MultiIdLoadOptions loadOptions)List<?>EntityPersister. multiLoad(Object[] ids, SharedSessionContractImplementor session, MultiIdLoadOptions loadOptions)Performs a load of multiple entities (of this type) by identifier simultaneously.
-