| Package | Description |
|---|---|
| org.hibernate.loader.entity.plan | |
| org.hibernate.loader.plan2.exec.internal | |
| org.hibernate.loader.plan2.exec.spi |
| Constructor and Description |
|---|
AbstractLoadPlanBasedEntityLoader(OuterJoinLoadable entityPersister,
SessionFactoryImplementor factory,
String[] uniqueKeyColumnNames,
Type uniqueKeyType,
QueryBuildingParameters buildingParameters) |
| Constructor and Description |
|---|
LoadQueryJoinAndFetchProcessor(AliasResolutionContextImpl aliasResolutionContext,
QueryBuildingParameters buildingParameters,
SessionFactoryImplementor factory)
Instantiates a LoadQueryBuilderHelper with the given information
|
| Modifier and Type | Method and Description |
|---|---|
static EntityLoadQueryDetails |
EntityLoadQueryDetails.makeForBatching(LoadPlan loadPlan,
String[] keyColumnNames,
QueryBuildingParameters buildingParameters,
SessionFactoryImplementor factory)
Constructs a EntityLoadQueryDetails object from the given inputs.
|
| Constructor and Description |
|---|
EntityLoadQueryDetails(LoadPlan loadPlan,
String[] keyColumnNames,
boolean shouldUseOptionalEntityInformation,
QueryBuildingParameters buildingParameters,
SessionFactoryImplementor factory) |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.