Uses of Class
org.hibernate.loader.entity.BatchingEntityLoaderBuilder

Packages that use BatchingEntityLoaderBuilder
org.hibernate.loader.entity This package defines entity loaders 
 

Uses of BatchingEntityLoaderBuilder in org.hibernate.loader.entity
 

Subclasses of BatchingEntityLoaderBuilder in org.hibernate.loader.entity
 class DynamicBatchingEntityLoaderBuilder
          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.
 class LegacyBatchingEntityLoaderBuilder
           
 

Methods in org.hibernate.loader.entity that return BatchingEntityLoaderBuilder
static BatchingEntityLoaderBuilder BatchingEntityLoaderBuilder.getBuilder(SessionFactoryImplementor factory)
           
 



Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.