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
public class MultiIdEntityLoaderStandard<T> extends AbstractMultiIdEntityLoader<T>
Standard MultiIdEntityLoader
-
-
Constructor Summary
Constructors Constructor Description MultiIdEntityLoaderStandard(EntityPersister entityDescriptor, int idColumnSpan, 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
-
-
-
-
Constructor Detail
-
MultiIdEntityLoaderStandard
public MultiIdEntityLoaderStandard(EntityPersister entityDescriptor, int idColumnSpan, SessionFactoryImplementor sessionFactory)
-
-
Method Detail
-
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>
-
-