Interface DynamicInstantiationResult<R>
-
- All Superinterfaces:
DomainResult<R>
,DomainResultGraphNode
- All Known Implementing Classes:
DynamicInstantiationResultImpl
public interface DynamicInstantiationResult<R> extends DomainResult<R>
Specialization of DomainResult to model dynamic instantiation
-
-
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
-
-