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.StringQuerySpaceTreePrinter. asString(QuerySpaces spaces, int depth, AliasResolutionContext aliasResolutionContext)Returns a String containing theQuerySpacesgraph as a tree structure, starting at a particular depth.java.lang.StringQuerySpaceTreePrinter. asString(QuerySpaces spaces, AliasResolutionContext aliasResolutionContext)Returns a String containing theQuerySpacesgraph as a tree structure.voidLoadPlanTreePrinter. logTree(LoadPlan loadPlan, AliasResolutionContext aliasResolutionContext)Logs the specifiedLoadPlangraph and itsQuerySpacesgraph as tree structures.voidQuerySpaceTreePrinter. write(QuerySpaces spaces, int depth, AliasResolutionContext aliasResolutionContext, java.io.PrintStream printStream)Returns a String containing theQuerySpacesgraph as a tree structure, starting at a particular depth.voidQuerySpaceTreePrinter. write(QuerySpaces spaces, int depth, AliasResolutionContext aliasResolutionContext, java.io.PrintWriter printWriter)Returns a String containing theQuerySpacesgraph 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 ResultSetProcessorResultSetProcessorResolver. resolveResultSetProcessor(LoadPlan loadPlan, AliasResolutionContext aliasResolutionContext, ReaderCollector readerCollector, boolean shouldUseOptionalEntityInstance, boolean hadSubselectFetches)
-