Uses of Interface
org.hibernate.query.NativeQuery.ResultNode
Packages that use NativeQuery.ResultNode
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.ResultNode in org.hibernate.query
Subinterfaces of NativeQuery.ResultNode in org.hibernate.queryModifier and TypeInterfaceDescriptionstatic interface
Allows access to further control how collection returns are mapped back from result sets.static interface
Allows access to further control how join fetch returns are mapped back from result sets.static interface
static interface
ANativeQuery.ResultNode
which can be a query result.static interface
Allows access to further control how properties within a root or join fetch are mapped back from the result set.static interface
Allows access to further control how root returns are mapped back from result sets. -
Uses of NativeQuery.ResultNode in org.hibernate.query.results.internal.complete
Classes in org.hibernate.query.results.internal.complete that implement NativeQuery.ResultNodeModifier and TypeClassDescriptionclass
class
-
Uses of NativeQuery.ResultNode in org.hibernate.query.results.internal.dynamic
Subinterfaces of NativeQuery.ResultNode in org.hibernate.query.results.internal.dynamicModifier and TypeInterfaceDescriptioninterface
interface
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.ResultNodeModifier and TypeClassDescriptionclass
class
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