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(CollectionReturn rootReturn,
QuerySpaces querySpaces)
Creates a
Disposition#COLLECTION_INITIALIZER LoadPlan. |
Modifier and Type | Class and Description |
---|---|
class |
CollectionReturnImpl |
Modifier and Type | Method and Description |
---|---|
protected CollectionReturn |
AbstractCollectionLoadQueryDetails.getRootCollectionReturn() |
Constructor and Description |
---|
AbstractCollectionLoadQueryDetails(LoadPlan loadPlan,
AliasResolutionContextImpl aliasResolutionContext,
CollectionReturn rootReturn,
QueryBuildingParameters buildingParameters,
SessionFactoryImplementor factory) |
Constructor and Description |
---|
CollectionReturnReader(CollectionReturn collectionReturn) |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.