Uses of Interface
org.hibernate.query.NativeQuery.ReturnableResultNode
Packages that use NativeQuery.ReturnableResultNode
Package
Description
Everything related to HQL/JPQL, native SQL, and criteria queries.
Support for immutable result/fetch builder graph nodes built from static sources
such as
SqlResultSetMapping or the hbm.xml
mapping element <resultset/>.Support for mutable result/fetch builder graphs nodes built dynamically via
Hibernate's
NativeQuery APIs-
Uses of NativeQuery.ReturnableResultNode in org.hibernate.query
Subinterfaces of NativeQuery.ReturnableResultNode in org.hibernate.queryModifier and TypeInterfaceDescriptionstatic interfaceAllows access to further control how collection returns are mapped back from result sets.static interfacestatic interfaceAllows access to further control how root returns are mapped back from result sets. -
Uses of NativeQuery.ReturnableResultNode in org.hibernate.query.results.complete
Classes in org.hibernate.query.results.complete that implement NativeQuery.ReturnableResultNodeModifier and TypeClassDescriptionclassclass -
Uses of NativeQuery.ReturnableResultNode in org.hibernate.query.results.dynamic
Subinterfaces of NativeQuery.ReturnableResultNode in org.hibernate.query.results.dynamicModifier and TypeInterfaceDescriptioninterfaceResultBuilder specialization for results added through the Hibernate-specificNativeQueryresult definition methods.interfaceinterfaceClasses in org.hibernate.query.results.dynamic that implement NativeQuery.ReturnableResultNodeModifier and TypeClassDescriptionclassDynamicResultBuilder based on a named mapped attributeclassA ResultBuilder for explicitly converted scalar resultsclassStandard DynamicResultBuilder for basic values.classAn entity-valued DynamicResultBuilder for cases when the user has not supplied specific column to attribute mappings.classclass