org.hibernate.loader.entity
Class DynamicBatchingEntityLoaderBuilder
java.lang.Object
org.hibernate.loader.entity.BatchingEntityLoaderBuilder
org.hibernate.loader.entity.DynamicBatchingEntityLoaderBuilder
public class DynamicBatchingEntityLoaderBuilder
- extends BatchingEntityLoaderBuilder
A BatchingEntityLoaderBuilder that builds UniqueEntityLoader instances capable of dynamically building
its batch-fetch SQL based on the actual number of entity ids waiting to be fetched.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final DynamicBatchingEntityLoaderBuilder INSTANCE
DynamicBatchingEntityLoaderBuilder
public DynamicBatchingEntityLoaderBuilder()
buildBatchingLoader
protected UniqueEntityLoader buildBatchingLoader(OuterJoinLoadable persister,
int batchSize,
LockMode lockMode,
SessionFactoryImplementor factory,
LoadQueryInfluencers influencers)
- Specified by:
buildBatchingLoader
in class BatchingEntityLoaderBuilder
buildBatchingLoader
protected UniqueEntityLoader buildBatchingLoader(OuterJoinLoadable persister,
int batchSize,
LockOptions lockOptions,
SessionFactoryImplementor factory,
LoadQueryInfluencers influencers)
- Specified by:
buildBatchingLoader
in class BatchingEntityLoaderBuilder
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.