Interface BasicResultGraphNode<J>
-
- All Superinterfaces:
DomainResult<J>
,DomainResultGraphNode
- All Known Implementing Classes:
BasicFetch
,BasicResult
,TupleResult
public interface BasicResultGraphNode<J> extends DomainResult<J>
DomainResult for basic values
-
-
Method Summary
-
Methods inherited from interface org.hibernate.sql.results.graph.DomainResult
createResultAssembler, getResultVariable
-
Methods inherited from interface org.hibernate.sql.results.graph.DomainResultGraphNode
appliesTo, collectValueIndexesToCache, containsAnyNonScalarResults, getNavigablePath, getResultJavaType
-
-