| Package | Description |
|---|---|
| org.hibernate.loader.plan2.build.internal | |
| org.hibernate.loader.plan2.build.internal.spaces | |
| org.hibernate.loader.plan2.build.spi |
Defines the SPI for building a metamodel-driven LoadPlan
|
| org.hibernate.loader.plan2.exec.internal | |
| org.hibernate.loader.plan2.spi |
| Modifier and Type | Method and Description |
|---|---|
QuerySpaces |
LoadPlanImpl.getQuerySpaces() |
| Constructor and Description |
|---|
LoadPlanImpl(CollectionReturn rootReturn,
QuerySpaces querySpaces)
Creates a
Disposition#COLLECTION_INITIALIZER LoadPlan. |
LoadPlanImpl(EntityReturn rootReturn,
QuerySpaces querySpaces)
Creates a
Disposition#ENTITY_LOADER LoadPlan. |
LoadPlanImpl(List<? extends Return> returns,
QuerySpaces querySpaces,
boolean areLazyAttributesForceFetched)
Creates a
Disposition#MIXED LoadPlan. |
LoadPlanImpl(List<? extends Return> returns,
QuerySpaces querySpaces,
LoadPlan.Disposition disposition,
boolean areLazyAttributesForceFetched) |
| Modifier and Type | Class and Description |
|---|---|
class |
QuerySpacesImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExpandingQuerySpaces |
| Modifier and Type | Method and Description |
|---|---|
String |
QuerySpaceTreePrinter.asString(QuerySpaces spaces,
AliasResolutionContext aliasResolutionContext) |
String |
QuerySpaceTreePrinter.asString(QuerySpaces spaces,
int depth,
AliasResolutionContext aliasResolutionContext) |
void |
QuerySpaceTreePrinter.write(QuerySpaces spaces,
int depth,
AliasResolutionContext aliasResolutionContext,
PrintStream printStream) |
void |
QuerySpaceTreePrinter.write(QuerySpaces spaces,
int depth,
AliasResolutionContext aliasResolutionContext,
PrintWriter printWriter) |
| Modifier and Type | Method and Description |
|---|---|
<T extends QuerySpace> |
Helper.extractRootQuerySpace(QuerySpaces querySpaces,
Class<EntityQuerySpace> returnType)
Extract the root QuerySpace of the LoadPlan, assuming there is just one.
|
| Modifier and Type | Method and Description |
|---|---|
QuerySpaces |
LoadPlan.getQuerySpaces()
todo : document this...
|
QuerySpaces |
QuerySpace.getQuerySpaces()
Get the QuerySpaces object that is our owner.
|
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.