Package | Description |
---|---|
org.hibernate.loader.entity |
This package defines entity loaders
|
org.hibernate.loader.entity.plan |
Support for entity loaders built on top of the
org.hibernate.loader.plan
API to apply entity-graphs |
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.
|
class |
DynamicBatchingEntityLoaderBuilder
A walking/plan based BatchingEntityLoaderBuilder that builds entity-loader instances
capable of dynamically building its batch-fetch SQL based on the actual number of
entity ids waiting to be batch fetched.
|
class |
LegacyBatchingEntityLoaderBuilder
LoadPlan-based implementation of the legacy batch loading strategy
|
class |
PaddedBatchingEntityLoaderBuilder
A walking/plan based BatchingEntityLoaderBuilder that builds entity-loader instances
building its batch-fetch SQL based on padding - using a set number of parameters, but
setting "unneeded ones" to null.
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.