Package org.hibernate.query
Interface NativeQuery.ResultNode
-
- All Known Subinterfaces:
DynamicFetchBuilder
,DynamicResultBuilder
,DynamicResultBuilderBasic
,DynamicResultBuilderEntity
,NativeQuery.CollectionReturn
,NativeQuery.FetchReturn
,NativeQuery.InstantiationResultNode<J>
,NativeQuery.ReturnableResultNode
,NativeQuery.ReturnProperty
,NativeQuery.RootReturn
- All Known Implementing Classes:
CompleteResultBuilderCollectionStandard
,CompleteResultBuilderEntityStandard
,DynamicFetchBuilderLegacy
,DynamicFetchBuilderStandard
,DynamicResultBuilderAttribute
,DynamicResultBuilderBasicConverted
,DynamicResultBuilderBasicStandard
,DynamicResultBuilderEntityCalculated
,DynamicResultBuilderEntityStandard
,DynamicResultBuilderInstantiation
- Enclosing interface:
- NativeQuery<T>
public static interface NativeQuery.ResultNode
Simple unification interface for all returns from the variousaddXYZ()
methods. Allows control over the "shape" of that particular part of the fetch graph.Some nodes can be query results, while others simply describe a part of one of the results.