| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.hibernate.loader.entity.BatchingEntityLoaderEntityLoaderConstructor Summary | |
| |
Method Summary | |
static UniqueEntityLoader |
|
Object |
|
public BatchingEntityLoader(EntityPersister persister, int[] batchSizes, Loader[] loaders)
public static UniqueEntityLoader createBatchingEntityLoader(OuterJoinLoadable persister, int maxBatchSize, LockMode lockMode, SessionFactoryImplementor factory, Map enabledFilters) throws MappingException
public Object load(Serializable id,
Object optionalObject,
SessionImplementor session)
throws HibernateException
- Specified by:
- load in interface UniqueEntityLoader