Package | Description |
---|---|
org.hibernate.loader.entity |
This package defines entity loaders
|
org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
Class and Description |
---|
AbstractEntityLoader |
BatchingEntityLoader
The base contract for loaders capable of performing batch-fetch loading of entities using multiple primary key
values in the SQL WHERE clause.
|
BatchingEntityLoaderBuilder
The contract for building
UniqueEntityLoader capable of performing batch-fetch loading. |
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.
|
LegacyBatchingEntityLoaderBuilder |
UniqueEntityLoader
Loads entities for a EntityPersister
|
Class and Description |
---|
UniqueEntityLoader
Loads entities for a EntityPersister
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.