Package | Description |
---|---|
org.hibernate.loader.plan.build.spi |
Defines the SPI for building 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.
|
Modifier and Type | Method and Description |
---|---|
String |
QuerySpaceTreePrinter.asString(QuerySpaces spaces,
AliasResolutionContext aliasResolutionContext)
Returns a String containing the
QuerySpaces graph as a tree structure. |
String |
QuerySpaceTreePrinter.asString(QuerySpaces spaces,
int depth,
AliasResolutionContext aliasResolutionContext)
Returns a String containing the
QuerySpaces graph as a tree structure, starting
at a particular depth. |
void |
LoadPlanTreePrinter.logTree(LoadPlan loadPlan,
AliasResolutionContext aliasResolutionContext)
Logs the specified
LoadPlan graph and its
QuerySpaces graph as tree structures. |
void |
QuerySpaceTreePrinter.write(QuerySpaces spaces,
int depth,
AliasResolutionContext aliasResolutionContext,
PrintStream printStream)
Returns a String containing the
QuerySpaces graph as a tree structure, starting
at a particular depth. |
void |
QuerySpaceTreePrinter.write(QuerySpaces spaces,
int depth,
AliasResolutionContext aliasResolutionContext,
PrintWriter printWriter)
Returns a String containing the
QuerySpaces graph as a tree structure, starting
at a particular depth. |
Modifier and Type | Class and Description |
---|---|
class |
AliasResolutionContextImpl
Provides aliases that are used by load queries and ResultSet processors.
|
Modifier and Type | Method and Description |
---|---|
protected AliasResolutionContext |
AbstractLoadQueryDetails.getAliasResolutionContext() |
AliasResolutionContext |
LoadQueryJoinAndFetchProcessor.getAliasResolutionContext() |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.