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.ListDynamicBatchingEntityLoaderBuilder. multiLoad(OuterJoinLoadable persister, java.io.Serializable[] ids, SharedSessionContractImplementor session, MultiLoadOptions loadOptions)protected java.util.ListDynamicBatchingEntityLoaderBuilder. 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.ListAbstractEntityPersister. multiLoad(java.io.Serializable[] ids, SharedSessionContractImplementor session, MultiLoadOptions loadOptions)java.util.ListEntityPersister. multiLoad(java.io.Serializable[] ids, SharedSessionContractImplementor session, MultiLoadOptions loadOptions)Performs a load of multiple entities (of this type) by identifier simultaneously.
-