| Package | Description |
|---|---|
| org.hibernate.loader.collection.plan | |
| org.hibernate.loader.entity.plan | |
| org.hibernate.loader.plan.exec.internal |
Provides the internal implementations for generating the load query from the LoadPlan and the ResultSet processor.
|
| Class and Description |
|---|
| AbstractLoadPlanBasedLoader
A superclass for loader implementations based on using LoadPlans.
|
| Class and Description |
|---|
| AbstractLoadPlanBasedLoader
A superclass for loader implementations based on using LoadPlans.
|
| Class and Description |
|---|
| AbstractCollectionLoadQueryDetails
Handles interpreting a LoadPlan (for loading of a collection) by:
generating the SQL query to perform
creating the readers needed to read the results from the SQL's ResultSet
|
| AbstractLoadPlanBasedLoader.SqlStatementWrapper
Wrapper class for
Statement and associated ResultSet. |
| AbstractLoadQueryDetails |
| AliasResolutionContextImpl
Provides aliases that are used by load queries and ResultSet processors.
|
| BatchingLoadQueryDetailsFactory
A factory class for creating a
LoadQueryDetails object. |
| FetchStats
Contract used to report collected information about fetches.
|
| RootHelper |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.