Package | Description |
---|---|
org.hibernate.loader.plan.build.internal |
Contains the internal implementations used for building a metamodel-driven LoadPlan.
|
org.hibernate.loader.plan.build.internal.returns |
Contains the internal implementations of the building blocks that make up a metamodel-driven LoadPlan.
|
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.process.internal |
Constructor and Description |
---|
LoadPlanImpl(EntityReturn rootReturn,
QuerySpaces querySpaces)
Creates a
Disposition#ENTITY_LOADER LoadPlan. |
Modifier and Type | Class and Description |
---|---|
class |
EntityReturnImpl |
Constructor and Description |
---|
EntityLoadQueryDetails(LoadPlan loadPlan,
String[] keyColumnNames,
AliasResolutionContextImpl aliasResolutionContext,
EntityReturn rootReturn,
QueryBuildingParameters buildingParameters,
SessionFactoryImplementor factory)
Constructs a EntityLoadQueryDetails object from the given inputs.
|
Constructor and Description |
---|
EntityReturnReader(EntityReturn entityReturn) |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.