Package | Description |
---|---|
org.hibernate.loader.plan.build.spi |
Defines the SPI for building a metamodel-driven LoadPlan
|
org.hibernate.loader.plan.exec.process.spi |
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 | Method and Description |
---|---|
ResultSetProcessor |
ResultSetProcessorResolver.resolveResultSetProcessor(LoadPlan loadPlan,
AliasResolutionContext aliasResolutionContext,
ReaderCollector readerCollector,
boolean shouldUseOptionalEntityInstance,
boolean hadSubselectFetches) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.