| 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.
|
| org.hibernate.loader.plan.exec.query.internal |
Provides the internal implementation for generating the load query for the LoadPlan.
|
| Constructor and Description |
|---|
AbstractLoadPlanBasedCollectionInitializer(QueryableCollection collectionPersister,
QueryBuildingParameters buildingParameters) |
CollectionLoader(QueryableCollection collectionPersister,
QueryBuildingParameters buildingParameters) |
| Constructor and Description |
|---|
AbstractLoadPlanBasedEntityLoader(OuterJoinLoadable entityPersister,
SessionFactoryImplementor factory,
EntityLoadQueryDetails entityLoaderQueryDetailsTemplate,
Type uniqueKeyType,
QueryBuildingParameters buildingParameters) |
AbstractLoadPlanBasedEntityLoader(OuterJoinLoadable entityPersister,
SessionFactoryImplementor factory,
String[] uniqueKeyColumnNames,
Type uniqueKeyType,
QueryBuildingParameters buildingParameters) |
| Modifier and Type | Method and Description |
|---|---|
protected QueryBuildingParameters |
AbstractLoadQueryDetails.getQueryBuildingParameters() |
QueryBuildingParameters |
LoadQueryJoinAndFetchProcessor.getQueryBuildingParameters() |
| Modifier and Type | Method and Description |
|---|---|
LoadQueryDetails |
BatchingLoadQueryDetailsFactory.makeCollectionLoadQueryDetails(CollectionPersister collectionPersister,
LoadPlan loadPlan,
QueryBuildingParameters buildingParameters)
Constructs a BasicCollectionLoadQueryDetails object from the given inputs.
|
EntityLoadQueryDetails |
BatchingLoadQueryDetailsFactory.makeEntityLoadQueryDetails(EntityLoadQueryDetails entityLoadQueryDetailsTemplate,
QueryBuildingParameters buildingParameters)
Returns a EntityLoadQueryDetails object based on an existing one and additional elements specific to this one.
|
EntityLoadQueryDetails |
BatchingLoadQueryDetailsFactory.makeEntityLoadQueryDetails(LoadPlan loadPlan,
String[] keyColumnNames,
QueryBuildingParameters buildingParameters,
SessionFactoryImplementor factory)
Returns a EntityLoadQueryDetails object from the given inputs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueryBuildingParametersImpl |
Copyright © 2022 JBoss by Red Hat. All rights reserved.