| Package | Description |
|---|---|
| org.hibernate.loader.entity.plan | |
| org.hibernate.loader.plan.exec.spi |
| Modifier and Type | Method and Description |
|---|---|
protected EntityLoadQueryDetails |
AbstractLoadPlanBasedEntityLoader.getStaticLoadQuery() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
AbstractLoadPlanBasedEntityLoader.doQueryAndLoadEntity(SessionImplementor session,
QueryParameters queryParameters,
EntityLoadQueryDetails loadQueryDetails,
boolean returnProxies,
ResultTransformer forcedResultTransformer) |
| 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.
|
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.