Package | Description |
---|---|
org.hibernate.loader.collection |
<p>
This package defines collection initializers
</p>
|
org.hibernate.loader.collection.plan | |
org.hibernate.persister.collection |
<p>
This package abstracts the persistence mechanism for collections.
|
Class and Description |
---|
BasicCollectionLoader
Loads a collection of values or a many-to-many association.
|
BatchingCollectionInitializer
The base contract for loaders capable of performing batch-fetch loading of collections using multiple foreign key
values in the SQL <tt>WHERE</tt> clause.
|
BatchingCollectionInitializerBuilder
Contract for building
CollectionInitializer instances capable of performing batch-fetch loading. |
CollectionInitializer
An interface for collection loaders
|
CollectionJoinWalker
Superclass of walkers for collection initializers
|
CollectionLoader
Superclass for loaders that initialize collections
|
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.
|
LegacyBatchingCollectionInitializerBuilder |
OneToManyLoader
Loads one-to-many associations<br>
<br>
The collection persister must implement <tt>QueryableCOllection<tt>.
|
PaddedBatchingCollectionInitializerBuilder
A batch-fetch capable CollectionInitializer that performs batch-fetching using the padded style.
|
Class and Description |
---|
BatchingCollectionInitializerBuilder
Contract for building
CollectionInitializer instances capable of performing batch-fetch loading. |
CollectionInitializer
An interface for collection loaders
|
Class and Description |
---|
CollectionInitializer
An interface for collection loaders
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.