Uses of Interface
org.hibernate.loader.plan.spi.QuerySpaces
-
Packages that use QuerySpaces Package Description org.hibernate.loader.plan.build.spi Defines the SPI for building a metamodel-driven LoadPlanorg.hibernate.loader.plan.spi Defines the SPI for the building blocks that make up a LoadPlan. -
-
Uses of QuerySpaces in org.hibernate.loader.plan.build.spi
Subinterfaces of QuerySpaces in org.hibernate.loader.plan.build.spi Modifier and Type Interface Description interfaceExpandingQuerySpacesModels a collection ofQuerySpacereferences and exposes the ability to create anExpandingQuerySpacefor "returns" and fetches; used when building a load plan.Methods in org.hibernate.loader.plan.build.spi with parameters of type QuerySpaces 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.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 QuerySpaces in org.hibernate.loader.plan.spi
Methods in org.hibernate.loader.plan.spi that return QuerySpaces Modifier and Type Method Description QuerySpacesLoadPlan. getQuerySpaces()Gets theQuerySpacesfor the load plan, which contains aQuerySpacereference for each non-scalar return and for each entity, collection, and compositeFetchSource.QuerySpacesQuerySpace. getQuerySpaces()Get theQuerySpacesobject that is our owner.
-