Package | Description |
---|---|
org.hibernate.loader.entity |
This package defines entity loaders
|
org.hibernate.loader.entity.plan |
Modifier and Type | Class and Description |
---|---|
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
No longer used, see
LegacyBatchingEntityLoaderBuilder instead. |
Modifier and Type | Method and Description |
---|---|
static BatchingEntityLoaderBuilder |
BatchingEntityLoaderBuilder.getBuilder(SessionFactoryImplementor factory) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBatchingEntityLoaderBuilder
Base class for LoadPlan-based BatchingEntityLoaderBuilder implementations.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.