Uses of Interface
org.hibernate.persister.entity.MultiLoadOptions
-
Packages that use MultiLoadOptions Package Description org.hibernate.loader.entity org.hibernate.persister.entity -
-
Uses of MultiLoadOptions in org.hibernate.loader.entity
Methods in org.hibernate.loader.entity with parameters of type MultiLoadOptions Modifier and Type Method Description java.util.List
DynamicBatchingEntityLoaderBuilder. multiLoad(OuterJoinLoadable persister, java.io.Serializable[] ids, SharedSessionContractImplementor session, MultiLoadOptions loadOptions)
protected java.util.List
DynamicBatchingEntityLoaderBuilder. performUnorderedMultiLoad(OuterJoinLoadable persister, java.io.Serializable[] ids, SharedSessionContractImplementor session, MultiLoadOptions loadOptions)
-
Uses of MultiLoadOptions in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type MultiLoadOptions Modifier and Type Method Description java.util.List
AbstractEntityPersister. multiLoad(java.io.Serializable[] ids, SharedSessionContractImplementor session, MultiLoadOptions loadOptions)
java.util.List
EntityPersister. multiLoad(java.io.Serializable[] ids, SharedSessionContractImplementor session, MultiLoadOptions loadOptions)
Performs a load of multiple entities (of this type) by identifier simultaneously.
-