Uses of Interface
org.hibernate.loader.custom.Return
-
Packages that use Return Package Description org.hibernate.loader.custom org.hibernate.loader.custom.sql -
-
Uses of Return in org.hibernate.loader.custom
Classes in org.hibernate.loader.custom that implement Return Modifier and Type Class Description classCollectionFetchReturnSpecifically a fetch return that refers to a collection association.classCollectionReturnRepresents a return which names a collection role; it is used in defining a custom query for loading an entity's collection in non-fetching scenarios (i.e., loading the collection itself as the "root" of the result).classConstructorReturnA return representing aConstructorResultclassEntityFetchReturnSpecifically a fetch return that refers to an entity association.classFetchReturnRepresents a return which names a fetched association.classNonScalarReturnRepresents some non-scalar (entity/collection) return within the query result.classRootReturnRepresents a return which names a "root" entity.classScalarReturnRepresent a scalar (aka simple value) return within a query result.Methods in org.hibernate.loader.custom that return types with arguments of type Return Modifier and Type Method Description java.util.List<Return>CustomQuery. getCustomQueryReturns()A collection ofdescriptorsdescribing the JDBC result set to be expected and how to map this result set. -
Uses of Return in org.hibernate.loader.custom.sql
Methods in org.hibernate.loader.custom.sql that return types with arguments of type Return Modifier and Type Method Description java.util.List<Return>SQLQueryReturnProcessor. generateCallableReturns()java.util.List<Return>SQLQueryReturnProcessor. generateCustomReturns(boolean queryHadAliases)
-