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.spi
Methods in org.hibernate.loader.ast.spi with parameters of type MultiIdLoadOptionsModifier and TypeMethodDescriptionMultiIdEntityLoader.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 MultiIdLoadOptionsModifier and TypeMethodDescriptionList
<?> AbstractEntityPersister.multiLoad
(Object[] ids, SharedSessionContractImplementor session, MultiIdLoadOptions loadOptions) List
<?> AbstractEntityPersister.multiLoad
(Object[] ids, EventSource session, MultiIdLoadOptions loadOptions) List
<?> EntityPersister.multiLoad
(Object[] ids, SharedSessionContractImplementor session, MultiIdLoadOptions loadOptions) Performs a load of multiple entities (of this type) by identifier simultaneously.default List
<?> EntityPersister.multiLoad
(Object[] ids, EventSource session, MultiIdLoadOptions loadOptions) Deprecated.
EntityPersister.multiLoad(Object[], SharedSessionContractImplementor, MultiIdLoadOptions)