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
, orm.xml
,
mapping.xml
or hbm.xml
.Support for mutable result/fetch builder graphs nodes built dynamically.
-
Uses of NativeQuery.ReturnableResultNode in org.hibernate.query
Subinterfaces of NativeQuery.ReturnableResultNode in org.hibernate.queryModifier and TypeInterfaceDescriptionstatic interface
Allows access to further control how collection returns are mapped back from result sets.static interface
static interface
Allows access to further control how root returns are mapped back from result sets. -
Uses of NativeQuery.ReturnableResultNode in org.hibernate.query.results.internal.complete
Classes in org.hibernate.query.results.internal.complete that implement NativeQuery.ReturnableResultNodeModifier and TypeClassDescriptionclass
class
-
Uses of NativeQuery.ReturnableResultNode in org.hibernate.query.results.internal.dynamic
Subinterfaces of NativeQuery.ReturnableResultNode in org.hibernate.query.results.internal.dynamicModifier and TypeInterfaceDescriptioninterface
ResultBuilder specialization for results added through the Hibernate-specificNativeQuery
result definition methods.interface
interface
Classes in org.hibernate.query.results.internal.dynamic that implement NativeQuery.ReturnableResultNodeModifier and TypeClassDescriptionclass
class
DynamicResultBuilder based on a named mapped attributeclass
A ResultBuilder for explicitly converted scalar resultsclass
Standard DynamicResultBuilder for basic values.class
An entity-valued DynamicResultBuilder for cases when the user has not supplied specific column to attribute mappings.class
class