Class MultiIdEntityLoaderStandard<T>
java.lang.Object
org.hibernate.loader.ast.internal.AbstractMultiIdEntityLoader<T>
org.hibernate.loader.ast.internal.MultiIdEntityLoaderStandard<T>
- All Implemented Interfaces:
EntityLoader,EntityMultiLoader<T>,Loader,MultiIdEntityLoader<T>,MultiKeyLoader
Standard MultiIdEntityLoader
- Author:
- Steve Ebersole
-
Constructor Summary
ConstructorsConstructorDescriptionMultiIdEntityLoaderStandard(EntityPersister entityDescriptor, int idColumnSpan, SessionFactoryImplementor sessionFactory) -
Method Summary
Modifier and TypeMethodDescriptionperformOrderedMultiLoad(Object[] ids, MultiIdLoadOptions loadOptions, EventSource session) performUnorderedMultiLoad(Object[] ids, MultiIdLoadOptions loadOptions, EventSource session) Methods inherited from class org.hibernate.loader.ast.internal.AbstractMultiIdEntityLoader
getEntityDescriptor, getIdentifierMapping, getLoadable, getSessionFactory, load
-
Constructor Details
-
MultiIdEntityLoaderStandard
public MultiIdEntityLoaderStandard(EntityPersister entityDescriptor, int idColumnSpan, SessionFactoryImplementor sessionFactory)
-
-
Method Details
-
performOrderedMultiLoad
protected List<T> performOrderedMultiLoad(Object[] ids, MultiIdLoadOptions loadOptions, EventSource session) - Specified by:
performOrderedMultiLoadin classAbstractMultiIdEntityLoader<T>
-
performUnorderedMultiLoad
protected List<T> performUnorderedMultiLoad(Object[] ids, MultiIdLoadOptions loadOptions, EventSource session) - Specified by:
performUnorderedMultiLoadin classAbstractMultiIdEntityLoader<T>
-