Uses of Interface
org.hibernate.persister.entity.MultiLoadOptions
-
Packages that use MultiLoadOptions Package Description org.hibernate.loader.entity.plan Support for entity loaders built on top of theorg.hibernate.loader.planAPI to apply entity-graphsorg.hibernate.persister.entity -
-
Uses of MultiLoadOptions in org.hibernate.loader.entity.plan
Methods in org.hibernate.loader.entity.plan with parameters of type MultiLoadOptions Modifier and Type Method Description static List<?>MultiEntityLoadingSupport. multiLoad(OuterJoinLoadable persister, Serializable[] ids, SharedSessionContractImplementor session, MultiLoadOptions loadOptions)protected static ListMultiEntityLoadingSupport. performUnorderedMultiLoad(OuterJoinLoadable persister, 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 ListAbstractEntityPersister. multiLoad(Serializable[] ids, SharedSessionContractImplementor session, MultiLoadOptions loadOptions)ListEntityPersister. multiLoad(Serializable[] ids, SharedSessionContractImplementor session, MultiLoadOptions loadOptions)Performs a load of multiple entities (of this type) by identifier simultaneously.
-