Package | Description |
---|---|
org.hibernate.loader.plan.build.spi |
Defines the SPI for building a metamodel-driven LoadPlan
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
QuerySpaceTreePrinter.asString(QuerySpaces spaces,
AliasResolutionContext aliasResolutionContext)
Returns a String containing the
QuerySpaces graph as a tree structure. |
java.lang.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,
java.io.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,
java.io.PrintWriter printWriter)
Returns a String containing the
QuerySpaces graph as a tree structure, starting
at a particular depth. |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.