Uses of Interface
org.hibernate.loader.plan.exec.spi.AliasResolutionContext
-
Packages that use AliasResolutionContext Package Description org.hibernate.loader.plan.build.spi Defines the SPI for building a metamodel-driven LoadPlanorg.hibernate.loader.plan.exec.process.spi -
-
Uses of AliasResolutionContext in org.hibernate.loader.plan.build.spi
Methods in org.hibernate.loader.plan.build.spi with parameters of type AliasResolutionContext Modifier and Type Method Description java.lang.String
QuerySpaceTreePrinter. asString(QuerySpaces spaces, int depth, AliasResolutionContext aliasResolutionContext)
Returns a String containing theQuerySpaces
graph as a tree structure, starting at a particular depth.java.lang.String
QuerySpaceTreePrinter. asString(QuerySpaces spaces, AliasResolutionContext aliasResolutionContext)
Returns a String containing theQuerySpaces
graph as a tree structure.void
LoadPlanTreePrinter. logTree(LoadPlan loadPlan, AliasResolutionContext aliasResolutionContext)
Logs the specifiedLoadPlan
graph and itsQuerySpaces
graph as tree structures.void
QuerySpaceTreePrinter. write(QuerySpaces spaces, int depth, AliasResolutionContext aliasResolutionContext, java.io.PrintStream printStream)
Returns a String containing theQuerySpaces
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 theQuerySpaces
graph as a tree structure, starting at a particular depth. -
Uses of AliasResolutionContext in org.hibernate.loader.plan.exec.process.spi
Methods in org.hibernate.loader.plan.exec.process.spi with parameters of type AliasResolutionContext Modifier and Type Method Description ResultSetProcessor
ResultSetProcessorResolver. resolveResultSetProcessor(LoadPlan loadPlan, AliasResolutionContext aliasResolutionContext, ReaderCollector readerCollector, boolean shouldUseOptionalEntityInstance, boolean hadSubselectFetches)
-