Package | Description |
---|---|
org.hibernate.loader.collection |
This package defines collection initializers
|
org.hibernate.loader.collection.plan |
Modifier and Type | Class and Description |
---|---|
class |
DynamicBatchingCollectionInitializerBuilder
A BatchingCollectionInitializerBuilder that builds CollectionInitializer instances capable of dynamically building
its batch-fetch SQL based on the actual number of collections keys waiting to be fetched.
|
class |
LegacyBatchingCollectionInitializerBuilder |
class |
PaddedBatchingCollectionInitializerBuilder
A batch-fetch capable CollectionInitializer that performs batch-fetching using the padded style.
|
Modifier and Type | Method and Description |
---|---|
static BatchingCollectionInitializerBuilder |
BatchingCollectionInitializerBuilder.getBuilder(SessionFactoryImplementor factory) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBatchingCollectionInitializerBuilder
Base class for LoadPlan-based BatchingCollectionInitializerBuilder implementations.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.