Uses of Interface
org.hibernate.loader.plan.spi.Return
-
Packages that use Return 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 Return in org.hibernate.loader.plan.build.spi
Methods in org.hibernate.loader.plan.build.spi with parameters of type Return Modifier and Type Method Description StringReturnGraphTreePrinter. asString(Return rootReturn)StringReturnGraphTreePrinter. asString(Return rootReturn, int depth)voidReturnGraphTreePrinter. write(Return rootReturn, int depth, PrintStream printStream)voidReturnGraphTreePrinter. write(Return rootReturn, int depth, PrintWriter printWriter)voidReturnGraphTreePrinter. write(Return rootReturn, PrintStream printStream)voidReturnGraphTreePrinter. write(Return rootReturn, PrintWriter printWriter) -
Uses of Return in org.hibernate.loader.plan.spi
Subinterfaces of Return in org.hibernate.loader.plan.spi Modifier and Type Interface Description interfaceCollectionReturnModels the a persistent collection as rootReturn.interfaceEntityReturnModels the an entity as rootReturn.interfaceScalarReturnRepresent a simple scalar return within a query result.Methods in org.hibernate.loader.plan.spi that return types with arguments of type Return Modifier and Type Method Description List<? extends Return>LoadPlan. getReturns()Get the returns indicated by this LoadPlan. ALoadPlan.Disposition.ENTITY_LOADERLoadPlan would have just a single Return of typeEntityReturn.
-