Package org.hibernate.query.results
package org.hibernate.query.results
Support for defining result set mappings
used in
NativeQuery
, ProcedureCall
,
and StoredProcedureQuery
. These result set mappings are used to map
the values in the JDBC ResultSet
into the query result graph.- See Also:
-
ClassDescriptionResponsible for building a single
Fetch
instance.FetchBuilder specialization for basic mappingsCommonality between the builders for results and fetches.Specialized FetchBuilder implementations which handle building fetches defined via:hbm.xml
definitions calls toNativeQuery.addFetch(java.lang.String, java.lang.String, java.lang.String)
, and friendsIndicates that a column defined as part of a SQL ResultSet mapping was not part of the query's ResultSetResponsible for building a singleDomainResult
.ResultBuilder specialization for cases involving scalar results.ResultBuilder specialization for cases involving embeddable results.ResultBuilder specialization for cases involving entity results.ResultBuilder specialization for cases involving dynamic-instantiation results.JdbcValuesMappingProducer implementation based on a graph of ResultBuilder and FetchBuilder reference.