Class MultiIdEntityLoaderStandard<T>
- java.lang.Object
-
- org.hibernate.loader.ast.internal.AbstractMultiIdEntityLoader<T>
-
- org.hibernate.loader.ast.internal.MultiIdEntityLoaderStandard<T>
-
- All Implemented Interfaces:
Preparable
,EntityLoader
,EntityMultiLoader<T>
,Loader
,MultiIdEntityLoader<T>
,MultiKeyLoader
public class MultiIdEntityLoaderStandard<T> extends AbstractMultiIdEntityLoader<T>
Standard MultiIdEntityLoader
-
-
Constructor Summary
Constructors Constructor Description MultiIdEntityLoaderStandard(EntityPersister entityDescriptor, PersistentClass bootDescriptor, SessionFactoryImplementor sessionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<T>
performOrderedMultiLoad(Object[] ids, MultiIdLoadOptions loadOptions, EventSource session)
protected List<T>
performUnorderedMultiLoad(Object[] ids, MultiIdLoadOptions loadOptions, EventSource session)
-
Methods inherited from class org.hibernate.loader.ast.internal.AbstractMultiIdEntityLoader
getEntityDescriptor, getIdentifierMapping, getLoadable, getSessionFactory, load, prepare
-
-
-
-
Constructor Detail
-
MultiIdEntityLoaderStandard
public MultiIdEntityLoaderStandard(EntityPersister entityDescriptor, PersistentClass bootDescriptor, SessionFactoryImplementor sessionFactory)
-
-
Method Detail
-
performOrderedMultiLoad
protected List<T> performOrderedMultiLoad(Object[] ids, MultiIdLoadOptions loadOptions, EventSource session)
- Specified by:
performOrderedMultiLoad
in classAbstractMultiIdEntityLoader<T>
-
performUnorderedMultiLoad
protected List<T> performUnorderedMultiLoad(Object[] ids, MultiIdLoadOptions loadOptions, EventSource session)
- Specified by:
performUnorderedMultiLoad
in classAbstractMultiIdEntityLoader<T>
-
-